Jason Grant wrote: > Hello, > > I am about to write my first code for the pcsc-lite API, and am wanting > to produce a "monitor" that keeps track of currently available cards > within the system context.
SCardGetStatusChange should help. Read the MSDN API. http://msdn2.microsoft.com/en-us/library/ms926406.aspx Regards, Karsten > > Is there any way for me to be notified when a new reader becomes > available? I would rather not poll SCardListReaders if possible, but > suspect this is my only alternative. > > Thanks, > > Jason. > _______________________________________________ > Muscle mailing list > [email protected] > http://lists.drizzle.com/mailman/listinfo/muscle _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
