// 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 referenceNo description available.
The WWAN_DEVICE_SERVICE_SUPPORTED_COMMANDS structure represents a list of commands supported by a device service.
DeviceServiceGuidThe GUID of the device service command.
ListHeaderA formatted WWAN_LIST_HEADER object that represents the list of commands supported by the device service.