WWAN_PIN_DESC structure (wwan.h)
The WWAN_PIN_DESC structure represents the description or current status for a Personal Identification Number (PIN).
Syntax
typedef struct _WWAN_PIN_DESC {
WWAN_PIN_MODE PinMode;
WWAN_PIN_FORMAT PinFormat;
ULONG PinLengthMin;
ULONG PinLengthMax;
} WWAN_PIN_DESC, *PWWAN_PIN_DESC;
Members
PinMode
The current status of the PIN.
PinFormat
The format of the PIN. This member is ignored if the PinMode is WwanPinModeNotSupported.
PinLengthMin
The minimum number of characters in the PIN. Miniport drivers should not specify a value that is greater than WWAN_PIN_LEN (12). Miniport drivers should specify WWAN_PIN_LENGTH_UNKNOWN, if the PIN length is not available.
PinLengthMax
The maximum number of characters in the PIN. Miniport drivers should not specify a value that is greater than WWAN_PIN_LEN (12). Miniport drivers should specify WWAN_PIN_LENGTH_UNKNOWN, if the PIN length is not available.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows 7 and later versions of Windows. |
Header | wwan.h (include Wwan.h) |