Having only a handle and context to a PCSC reader using winscard on Windows >= XP, is there some way to get its device instance id or something else that can be
winscard
From my tests, it seams that scard service assigns the name in this order: a) SPDRP_FRIENDLYNAME if present b) SPDRP_DEVICEDESC
This way, I was able to match the SCardListReaders() names with the rigth Device/Driver.
Hope this helps ...