// wwan.h
typedef struct _WWAN_DEVICE_SERVICE_SESSION_WRITE {
ULONG uSessionID;
ULONG uDataSize;
} WWAN_DEVICE_SERVICE_SESSION_WRITE, *PWWAN_DEVICE_SERVICE_SESSION_WRITE;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_DEVICE_SERVICE_SESSION_WRITE structure represents data associated with a device service session write request.
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_WRITE
WWAN_SUPPORTED_DEVICE_SERVICES