WWAN_DEVICE_SERVICE_SESSION - NtDoc

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

typedef struct _WWAN_DEVICE_SERVICE_SESSION {
  GUID                              DeviceServiceGuid;
  WWAN_DEVICE_SERVICE_SESSION_STATE State;
  ULONG                             uSessionID;
} WWAN_DEVICE_SERVICE_SESSION, *PWWAN_DEVICE_SERVICE_SESSION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wwan-_wwan_device_service_session)

_WWAN_DEVICE_SERVICE_SESSION structure

Description

The WWAN_DEVICE_SERVICE_SESSION structure represents the state of a device service session, or the operation to be performed on a device service.

Members

DeviceServiceGuid

The GUID of the device service on which to perform the operation.

State

The state of, or action, for the device service session.

uSessionID

The session ID for the device service session.

See also

NDIS_WWAN_DEVICE_SERVICE_SESSION_INFO

NDIS_WWAN_SET_DEVICE_SERVICE_SESSION

WWAN_DEVICE_SERVICE_SESSION_STATE