WWAN_DEVICE_SERVICE_SUPPORTED_COMMANDS structure (wwan.h)

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

Syntax

typedef struct _WWAN_DEVICE_SERVICE_SUPPORTED_COMMANDS {
  GUID             DeviceServiceGuid;
  WWAN_LIST_HEADER ListHeader;
} WWAN_DEVICE_SERVICE_SUPPORTED_COMMANDS, *PWWAN_DEVICE_SERVICE_SUPPORTED_COMMANDS;

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.

Requirements

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

See also

WWAN_LIST_HEADER