WWAN_DEVICE_SERVICE_SESSION_STATE - NtDoc

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

typedef enum _WWAN_DEVICE_SERVICE_SESSION_STATE {
  WwanDeviceServiceSessionOpen,
  WwanDeviceServiceSessionClosed
} WWAN_DEVICE_SERVICE_SESSION_STATE, *PWWAN_DEVICE_SERVICE_SESSION_STATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_WWAN_DEVICE_SERVICE_SESSION_STATE enumeration

Description

The WWAN_DEVICE_SERVICE_SESSION_STATE enumeration specifies the state of device service session. It can be used in a set operation to set the state of a session or can be used in an indication to report the state of a session.

Constants

WwanDeviceServiceSessionOpen

The device service session is closed or should be closed.

WwanDeviceServiceSessionClosed

The device service session is open or should be opened.

Remarks

The WWAN_DEVICE_SERVICE_SESSION structure uses the WWAN_DEVICE_SERVICE_SESSION_STATE enumeration to set or report the state of a session.

See also

WWAN_DEVICE_SERVICE_SESSION