// 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 referenceNo description available.
The WWAN_DEVICE_SERVICE_SESSION structure represents the state of a device service session, or the operation to be performed on a device service.
DeviceServiceGuidThe GUID of the device service on which to perform the operation.
StateThe state of, or action, for the device service session.
uSessionIDThe session ID for the device service session.
NDIS_WWAN_DEVICE_SERVICE_SESSION_INFO
NDIS_WWAN_SET_DEVICE_SERVICE_SESSION
WWAN_DEVICE_SERVICE_SESSION_STATE