2013/8/26 Anand Renju <[email protected]>: > Windows sends the following control codes for below features. > > Feature Winndows Ctl code > ----------------------------------------------------------------------------- > FEATURE_VERIFY_PIN_DIRECT (0xfd0018) > FEATURE_MODIFY_PIN_DIRECT (0xfd001c) > FEATURE_IFD_PIN_PROPERTIES (0xfd0028) > FEATURE_GET_TLV_PROPERTIES (0xfd0048) > > For eg; ccid expects 0x42330006 for FEATURE_VERIFY_PIN_DIRECT, but Windows > sends 0xfd0018
You should NEVER use a hardcoded value for FEATURE_VERIFY_PIN_DIRECT and the others. Always use CM_IOCTL_GET_FEATURE_REQUEST to get the correct values. These values are defined by the driver itself, not pcsc-lite. Using RDP should not be a problem with these values if the program is implemented correctly. Bye -- Dr. Ludovic Rousseau _______________________________________________ Muscle mailing list [email protected] http://lists.musclecard.com/mailman/listinfo/muscle_lists.musclecard.com
