Condividi tramite


enumerazione STORPORT_LIVEDUMP_ISSUE_TYPE (storport.h)

STORPORT_LIVEDUMP_ISSUE_TYPE identifica il problema che ha attivato l'acquisizione del dump live.

Sintassi

typedef enum _STORPORT_LIVEDUMP_ISSUE_TYPE {
  StorportLivedumpIssueTypeUndefined,
  StorportLivedumpIssueTypeDevicePanic
} STORPORT_LIVEDUMP_ISSUE_TYPE, *PSTORPORT_LIVEDUMP_ISSUE_TYPE;

Costanti

 
StorportLivedumpIssueTypeUndefined
Riservato per l'uso del sistema; non usare.
StorportLivedumpIssueTypeDevicePanic
Il miniport ha rilevato un problema che deve valutare ulteriormente.

Commenti

STORPORT_LIVEDUMP_ISSUE_TYPE è un membro della strutturaSTORPORT_CAPTURE_LIVEDUMP , che un miniport passa quando chiama StorPortCaptureLiveDump.

Requisiti

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

Vedi anche

STORPORT_CAPTURE_LIVEDUMP

StorPortCaptureLiveDump