I am writing a java smart card application in windows MFC. How do i find the drive name( name display in “My Computer”) of the connected smart card. For eg. once i connect the smart card(even though it a smart card, it will work as memory card ) it will come as “** Removable Disk(F:)**” . I am able to connect to smart card using SCardConnect function. from the handle return from SCardConnect function, can i get the drive name .
Or is there any way to find out whether a particular drive is smart card. ie. we can easily find out the removable disks in the machine and from that is it possible to find out whether its a smart card or not.
Thanks in advance
I have written code to enumerate SmartCard devices, in C; here is the code I use;
Cheers,
Con