WWAN_DEVICE_SERVICE_SESSION structure (wwan.h)

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

Syntax

typedef struct _WWAN_DEVICE_SERVICE_SESSION {
  GUID                              DeviceServiceGuid;
  WWAN_DEVICE_SERVICE_SESSION_STATE State;
  ULONG                             uSessionID;
} WWAN_DEVICE_SERVICE_SESSION, *PWWAN_DEVICE_SERVICE_SESSION;

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.

Requirements

Requirement Value
Minimum supported client Supported starting with Windows 8.
Header wwan.h (include Wwan.h)

See also

NDIS_WWAN_DEVICE_SERVICE_SESSION_INFO

NDIS_WWAN_SET_DEVICE_SERVICE_SESSION

WWAN_DEVICE_SERVICE_SESSION_STATE