Compartir a través de


estructura de STORPORT_LIVEDUMP_DEVICE_TELEMETRY_LOG (storport.h)

STORPORT_LIVEDUMP_DEVICE_TELEMETRY_LOG contiene la carga de un volcado en vivo capturado por StorPortCaptureLiveDump.

Sintaxis

typedef struct _STORPORT_LIVEDUMP_DEVICE_TELEMETRY_LOG {
  ULONG Version;
  ULONG Size;
  UCHAR BucketId[STORPORT_LIVEDUMP_BUCKET_ID_LENGTH];
  UCHAR OrganizationID[3];
  UCHAR Reserved;
  ULONG TelemetryLength;
  PVOID DeviceTelemetry;
} STORPORT_LIVEDUMP_DEVICE_TELEMETRY_LOG, *PSTORPORT_LIVEDUMP_DEVICE_TELEMETRY_LOG;

Miembros

Version

Tamaño, en bytes, de esta estructura. El tamaño de la estructura actúa como versión.

Size

Tamaño, en bytes, de esta estructura más todos sus campos de tamaño variable.

BucketId[STORPORT_LIVEDUMP_BUCKET_ID_LENGTH]

Identificador único del estado del dispositivo cuando se produce el problema.

OrganizationID[3]

Identificador único de la organización (OUI) IEEE.

Reserved

Reservado; no usar.

TelemetryLength

Tamaño, en bytes, del registro de telemetría al que apunta DeviceTelemetry .

DeviceTelemetry

Puntero al registro de telemetría definido por el dispositivo.

Comentarios

Cuando un miniporte llama a StorPortCaptureLiveDump con STORPORT_CAPTURE_LIVEDUMP. DataType se establece en StorportLivedumpDataTypeDeviceTelemetryLog, STORPORT_CAPTURE_LIVEDUMP. Los datos apuntan a una estructura de STORPORT_LIVEDUMP_DEVICE_TELEMETRY_LOG que contiene la carga del volcado activo.

Requisitos

Requisito Value
Servidor mínimo compatible Windows Server 2022
Encabezado storport.h

Consulte también

STORPORT_LIVEDUMP_DATA_TYPE

StorPortCaptureLiveDump