WWAN_PIN_MODE enumeration (wwan.h)

The WWAN_PIN_MODE enumeration lists the different states of a Personal Identification Number (PIN) type.

Syntax

typedef enum _WWAN_PIN_MODE {
  WwanPinModeNotSupported,
  WwanPinModeEnabled,
  WwanPinModeDisabled,
  WwanPinModeMax
} WWAN_PIN_MODE, *PWWAN_PIN_MODE;

Constants

 
WwanPinModeNotSupported
The PIN type is not supported.
WwanPinModeEnabled
The PIN type is supported and currently enabled.
WwanPinModeDisabled
The PIN type is supported though currently disabled.
WwanPinModeMax
The total number of supported PIN type states.

Requirements

Requirement Value
Minimum supported client Available in Windows 7 and later versions of Windows.
Header wwan.h (include Wwan.h)

See also

WWAN_PIN_DESC