المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Recognize smart card reader type using winscard visual C++ 6.0



C++ Programming
10-01-2009, 08:11 PM
Dear all,


I get a program that can recognize reader type (contact or contactless reader) before any smart card is inserted into reader.
Generally I used SCardEstablishContext[^] and SCardListReaders[^] functions in order to load name of readers.
I usually use winscard in visual C++ 6.0.
Those two function have just two dynamic variable, handle of reader and list of reader name.

Do anybody know how separated contact reader type from contactless reader type without insert any smartcard?
Please help me...

Thanks before....