// pointofservicedriverinterface.h
// CTL_CODE(0x0054, 0x00c, METHOD_BUFFERED, FILE_WRITE_ACCESS)
#define IOCTL_POINT_OF_SERVICE_MSR_RETRIEVE_DEVICE_AUTHENTICATION 0x00548030
View the official Windows Driver Kit DDI referenceNo description available.
This I/O control function retrieves the device authentication type.
Not used with this operation; set to NULL.
Not used with this operation; set to 0 (zero).
Pointer to a buffer that receives a MSR_RETRIEVE_DEVICE_AUTHENTICATION_DATA.
Size of the output buffer, in bytes. Set to sizeof(MSR_RETRIEVE_DEVICE_AUTHENTICATION_DATA).
Returns TRUE if successful; otherwise, returns FALSE.
To get extended error information, call GetLastError.