WWAN_DEVICE_SERVICE_SESSION_WRITE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

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

_WWAN_DEVICE_SERVICE_SESSION_WRITE structure

Description

The WWAN_DEVICE_SERVICE_SESSION_WRITE structure represents data associated with a device service session write request.

Members

uSessionID

The session ID of the device service.

uDataSize

The 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.

See also

NDIS_WWAN_DEVICE_SERVICE_SESSION_WRITE

WWAN_SUPPORTED_DEVICE_SERVICES