Compartir a través de


estructura WWAN_DEVICE_SERVICE_RESPONSE (wwan.h)

La estructura WWAN_DEVICE_SERVICE_RESPONSE representa una respuesta de un servicio de dispositivo.

Sintaxis

typedef struct _WWAN_DEVICE_SERVICE_RESPONSE {
  GUID  DeviceServiceGuid;
  ULONG ResponseID;
  ULONG uDataSize;
} WWAN_DEVICE_SERVICE_RESPONSE, *PWWAN_DEVICE_SERVICE_RESPONSE;

Miembros

DeviceServiceGuid

GUID del servicio de dispositivo del que se originó la respuesta.

ResponseID

Identificador de la respuesta.

uDataSize

Tamaño, en bytes, de los datos de respuesta del servicio de dispositivo que siguen a la instancia de estructura en memoria. Este valor no debe superar el valor del miembro uMaxCommandDataSize de la estructura WWAN_SUPPORTED_DEVICE_SERVICES .

Requisitos

Requisito Value
Cliente mínimo compatible Se admite a partir de Windows 8.
Encabezado wwan.h (incluye Wwan.h)

Consulte también

WWAN_SUPPORTED_DEVICE_SERVICES