Condividi tramite


STORPORT_CAPTURE_LIVEDUMP struttura (storport.h)

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

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;

Members

Version

Dimensioni, in byte, di questa struttura. Le dimensioni della struttura fungono da versione.

Size

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

LiveDumpType

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

IssueType

Valore STORPORT_LIVEDUMP_ISSUE_TYPE enumerazione 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 live.

DataType

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

Data

Puntatore al payload da includere nel dump live.

Commenti

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

Requisiti

Requisito Valore
Server minimo supportato Windows Server 2022
Intestazione Storport.h

Vedi anche

STORPORT_CAPTURE_LIVEDUMP_TYPE

STORPORT_LIVEDUMP_DATA_TYPE

STORPORT_LIVEDUMP_ISSUE_TYPE

StorPortCaptureLiveDump