WWAN_DEVICE_SERVICE_COMMAND - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wwan.h

typedef struct _WWAN_DEVICE_SERVICE_COMMAND {
  GUID  DeviceServiceGuid;
  ULONG CommandID;
  ULONG uDataSize;
} WWAN_DEVICE_SERVICE_COMMAND, *PWWAN_DEVICE_SERVICE_COMMAND;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_WWAN_DEVICE_SERVICE_COMMAND structure

Description

The WWAN_DEVICE_SERVICE_COMMAND structure represents a device service command.

Members

DeviceServiceGuid

The GUID of the device service that the command targets.

CommandID

The ID for the command.

uDataSize

The size, in bytes, of the device service command data that follows the structure instance in memory. This value should not exceed the value of the uMaxCommandDataSize member of the WWAN_SUPPORTED_DEVICE_SERVICES structure.

Remarks

Device service command OIDs use this structure.

See also

WWAN_SUPPORTED_DEVICE_SERVICES