// wwan.h
typedef enum _WWAN_PIN_MODE {
WwanPinModeNotSupported,
WwanPinModeEnabled,
WwanPinModeDisabled,
WwanPinModeMax
} WWAN_PIN_MODE, *PWWAN_PIN_MODE;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_PIN_MODE enumeration lists the different states of a Personal Identification Number (PIN) type.
WwanPinModeNotSupportedThe PIN type is not supported.
WwanPinModeEnabledThe PIN type is supported and currently enabled.
WwanPinModeDisabledThe PIN type is supported though currently disabled.
WwanPinModeMaxThe total number of supported PIN type states.