BDA_RATING_PINRESET - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// bdatypes.h

typedef struct _BDA_RATING_PINRESET {
  BYTE bPinLength;
  BYTE argbNewPin[MIN_DIMENSION];
} BDA_RATING_PINRESET, *PBDA_RATING_PINRESET;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-bdatypes-_bda_rating_pinreset)

_BDA_RATING_PINRESET structure

Description

Members

bPinLength

Specifies the buffer size including a null termination.

argbNewPin

Specifies null-terminated UTF8. Use an empty string if the pin is disabled.