WWAN_DEVICE_SERVICE_RESPONSE - NtDoc

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

typedef struct _WWAN_DEVICE_SERVICE_RESPONSE {
  GUID  DeviceServiceGuid;
  ULONG ResponseID;
  ULONG uDataSize;
} WWAN_DEVICE_SERVICE_RESPONSE, *PWWAN_DEVICE_SERVICE_RESPONSE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_WWAN_DEVICE_SERVICE_RESPONSE structure

Description

The WWAN_DEVICE_SERVICE_RESPONSE structure represents a response from a device service.

Members

DeviceServiceGuid

The GUID of the device service that the response originated from.

ResponseID

The ID of the response.

uDataSize

The size, in bytes, of the device service response 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.

See also

WWAN_SUPPORTED_DEVICE_SERVICES