// 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 referenceNo description available.
bPinLengthSpecifies the buffer size including a null termination.
argbNewPinSpecifies null-terminated UTF8. Use an empty string if the pin is disabled.