Reply: PC/SC Virtual Reader Question....

Driver notifies the SCRM the insert/remove of smart cards by completing the
SmartcardExtension->OsData->NotificationIrp.

[ntdev] PC/SC Virtual Reader Question…

hello all ,
can any one help me on how i can simulate card insertion event for PC/SC
virtual smard card reader by using (insert-remove)
a USB Device that have product ID and Vendor ID ,
i am already develop the Virtual reader but i did not know how can i by
using any usb Device to fire to
Smard Card resource manager the card insertion event??

any help will be appreciated.

Glal


NTDEV is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer

thanks alot , it works finally,
i had to detect the device first by using IoRegisterPnpNotify function then i update the card state
that set the smart card notification Irp.
thanks alot for all helps