MSR_DEAUTHENTICATE_DEVICE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-pointofservicedriverinterface-_msr_deauthenticate_device)

_MSR_DEAUTHENTICATE_DEVICE structure

Description

This structure provides the information necessary to deauthenticate the device.

Members

Challenge2

The challenge token used to deauthenticate the device.