// wwan.h
typedef struct _WWAN_DEVICE_SERVICE_SESSION_READ {
ULONG uSessionID;
ULONG uDataSize;
} WWAN_DEVICE_SERVICE_SESSION_READ, *PWWAN_DEVICE_SERVICE_SESSION_READ;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_DEVICE_SERVICE_SESSION_READ structure represents data associated with a device service session read notification.
uSessionIDThe session ID of the device service.
uDataSizeThe size, in bytes, of the device service data that follows the structure instance in memory. This value should not exceed the value of the uMaxSessionDataSize member of the WWAN_SUPPORTED_DEVICE_SERVICES structure.
NDIS_WWAN_DEVICE_SERVICE_SESSION_READ
WWAN_SUPPORTED_DEVICE_SERVICES