WWAN_DEVICE_SERVICE_SUPPORTED_COMMANDS - NtDoc

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

typedef struct _WWAN_DEVICE_SERVICE_SUPPORTED_COMMANDS {
  GUID             DeviceServiceGuid;
  WWAN_LIST_HEADER ListHeader;
} WWAN_DEVICE_SERVICE_SUPPORTED_COMMANDS, *PWWAN_DEVICE_SERVICE_SUPPORTED_COMMANDS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_WWAN_DEVICE_SERVICE_SUPPORTED_COMMANDS structure

Description

The WWAN_DEVICE_SERVICE_SUPPORTED_COMMANDS structure represents a list of commands supported by a device service.

Members

DeviceServiceGuid

The GUID of the device service command.

ListHeader

A formatted WWAN_LIST_HEADER object that represents the list of commands supported by the device service.

See also

WWAN_LIST_HEADER