WWAN_PIN_INFO structure (wwan.h)
The WWAN_PIN_INFO structure represents PIN type and PIN-entry state of Personal Identification Number (PIN) information required by the MB device.
Syntax
typedef struct _WWAN_PIN_INFO {
WWAN_PIN_TYPE PinType;
WWAN_PIN_STATE PinState;
ULONG AttemptsRemaining;
} WWAN_PIN_INFO, *PWWAN_PIN_INFO;
Members
PinType
The type of PIN required to unlock the information stored on the device.
PinState
The state of PIN-entry required to unlock the device.
This value indicates whether the device requires a PIN to be entered or not.
AttemptsRemaining
The number of attempts that remain for any pin-related operations such as enter, enable, disable, and change.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows 7 and later versions of Windows. |
Header | wwan.h (include Wwan.h) |