// pointofservicedriverinterface.h
typedef struct _MSR_DEAUTHENTICATE_DEVICE {
unsigned char Challenge2[MSR_CHALLENGE_SIZE];
} MSR_DEAUTHENTICATE_DEVICE, *PMSR_DEAUTHENTICATE_DEVICE;
View the official Windows Driver Kit DDI referenceNo description available.
This structure provides the information necessary to deauthenticate the device.
Challenge2The challenge token used to deauthenticate the device.