estructura WWAN_DEVICE_SERVICE_EVENT (wwan.h)

La estructura WWAN_DEVICE_SERVICE_EVENT representa un evento de servicio de dispositivo no solicitado.

Sintaxis

typedef struct _WWAN_DEVICE_SERVICE_EVENT {
  GUID  DeviceServiceGuid;
  ULONG EventID;
  ULONG uDataSize;
} WWAN_DEVICE_SERVICE_EVENT, *PWWAN_DEVICE_SERVICE_EVENT;

Miembros

DeviceServiceGuid

GUID del servicio de dispositivo del que se originó el evento.

EventID

Identificador del evento.

uDataSize

Tamaño, en bytes, de los datos de eventos 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 (incluya Wwan.h)

Consulte también

WWAN_SUPPORTED_DEVICE_SERVICES