// wwan.h
typedef struct _WWAN_PIN_INFO {
WWAN_PIN_TYPE PinType;
WWAN_PIN_STATE PinState;
ULONG AttemptsRemaining;
} WWAN_PIN_INFO, *PWWAN_PIN_INFO;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_PIN_INFO structure represents PIN type and PIN-entry state of Personal Identification Number (PIN) information required by the MB device.
PinTypeThe type of PIN required to unlock the information stored on the device.
PinStateThe state of PIN-entry required to unlock the device.
This value indicates whether the device requires a PIN to be entered or not.
AttemptsRemainingThe number of attempts that remain for any pin-related operations such as enter, enable, disable, and change.