WWAN_DEVICE_SERVICE_SESSION_WRITE structure (wwan.h)

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

Syntax

typedef struct _WWAN_DEVICE_SERVICE_SESSION_WRITE {
  ULONG uSessionID;
  ULONG uDataSize;
} WWAN_DEVICE_SERVICE_SESSION_WRITE, *PWWAN_DEVICE_SERVICE_SESSION_WRITE;

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.

Requirements

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

See also

NDIS_WWAN_DEVICE_SERVICE_SESSION_WRITE

WWAN_SUPPORTED_DEVICE_SERVICES