Condividi tramite


struttura STORPORT_CAPTURE_LIVEDUMP (storport.h)

La struttura STORPORT_CAPTURE_LIVEDUMP contiene i dati necessari per generare un dump attivo.

Sintassi

typedef struct _STORPORT_CAPTURE_LIVEDUMP {
  ULONG                          Version;
  ULONG                          Size;
  STORPORT_CAPTURE_LIVEDUMP_TYPE LiveDumpType;
  STORPORT_LIVEDUMP_ISSUE_TYPE   IssueType;
  PWSTR                          ComponentName;
  STORPORT_LIVEDUMP_DATA_TYPE    DataType;
  PVOID                          Data;
} STORPORT_CAPTURE_LIVEDUMP, *PSTORPORT_CAPTURE_LIVEDUMP;

Membri

Version

Dimensioni, in byte, di questa struttura. La dimensione della struttura funge da versione.

Size

Dimensioni, in byte, di questa struttura più tutti i relativi campi di dimensioni variabili.

LiveDumpType

Valore di enumerazione STORPORT_CAPTURE_LIVEDUMP_TYPE che identifica il tipo di dump attivo da acquisire.

IssueType

Valore di enumerazione STORPORT_LIVEDUMP_ISSUE_TYPE che identifica il problema che attiva l'acquisizione del dump live.

ComponentName

Puntatore a un nome stringa che identifica il componente che sta creando il dump attivo.

DataType

Valore di enumerazione STORPORT_LIVEDUMP_DATA_TYPE che specifica il tipo di dati del payload da includere nel dump in tempo reale.

Data

Puntatore al payload da includere nel dump in tempo reale.

Osservazioni

Un miniport chiama StorPortCaptureLiveDump con i dati in questa struttura per acquisire un file di dump live.

Fabbisogno

Requisito Valore
server minimo supportato Windows Server 2022
intestazione storport.h

Vedere anche

STORPORT_CAPTURE_LIVEDUMP_TYPE

STORPORT_LIVEDUMP_DATA_TYPE

STORPORT_LIVEDUMP_ISSUE_TYPE

StorPortCaptureLiveDump