WWAN_PIN_MODE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wwan.h

typedef enum _WWAN_PIN_MODE {
  WwanPinModeNotSupported,
  WwanPinModeEnabled,
  WwanPinModeDisabled,
  WwanPinModeMax
} WWAN_PIN_MODE, *PWWAN_PIN_MODE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-wwan-_wwan_pin_mode)

_WWAN_PIN_MODE enumeration

Description

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

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.

See also

WWAN_PIN_DESC