// pointofservicedriverinterface.h
typedef struct _MSR_RETRIEVE_DEVICE_AUTHENTICATION_DATA {
unsigned char KeySerialNumber[MSR_KEY_SERIAL_NUMBER_SIZE];
unsigned char Challenge1[MSR_CHALLENGE_SIZE];
unsigned char Challenge2[MSR_CHALLENGE_SIZE];
} MSR_RETRIEVE_DEVICE_AUTHENTICATION_DATA, *PMSR_RETRIEVE_DEVICE_AUTHENTICATION_DATA;
View the official Windows Driver Kit DDI referenceNo description available.
This structure contains authentication information retrieved from the device.
KeySerialNumberUnused.
Challenge1Authentication challenge, such as a password.
Challenge2Deauthentication challenge, such as a password.