WWAN_PIN_STATE - NtDoc

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

typedef enum _WWAN_PIN_STATE {
  WwanPinStateNone,
  WwanPinStateEnter,
  WwanPinStateMax
} WWAN_PIN_STATE, *PWWAN_PIN_STATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_WWAN_PIN_STATE enumeration

Description

The WWAN_PIN_STATE enumeration describes whether the MB device or Subscriber Identity Module (SIM card) requires the user to enter a Personal Identification Number (PIN) to proceed to the next state.

Constants

WwanPinStateNone

The device does not require a PIN.

WwanPinStateEnter

The device requires the user to enter a PIN.

WwanPinStateMax

The total number of supported PIN states.

See also

WWAN_PIN_INFO