WWAN_EMERGENCY_MODE - NtDoc

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

typedef enum _WWAN_EMERGENCY_MODE {
  WwanEmergencyModeOff,
  WwanEmergencyModeOn,
  WwanEmergencyModeMax
} WWAN_EMERGENCY_MODE, *PWWAN_EMERGENCY_MODE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_WWAN_EMERGENCY_MODE enumeration

Description

The WWAN_EMERGENCY_MODE enumeration lists the different types of emergency modes that are supported by the MB device.

Constants

WwanEmergencyModeOff

The device is in normal mode.

WwanEmergencyModeOn

The device is in emergency mode. An example of an emergency mode function is a call to 911.

WwanEmergencyModeMax

The total number of supported emergency modes.

See also

WWAN_READY_INFO