enumerasi STORPORT_LIVEDUMP_ISSUE_TYPE (storport.h)

STORPORT_LIVEDUMP_ISSUE_TYPE mengidentifikasi masalah yang memicu pengambilan cadangan langsung.

Sintaks

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

Konstanta

 
StorportLivedumpIssueTypeUndefined
Dicadangkan untuk penggunaan sistem; jangan gunakan.
StorportLivedumpIssueTypeDevicePanic
Miniport telah mendeteksi masalah yang diperlukan untuk triase lebih lanjut.

Keterangan

STORPORT_LIVEDUMP_ISSUE_TYPE adalah anggota strukturSTORPORT_CAPTURE_LIVEDUMP , yang dilewati miniport saat memanggil StorPortCaptureLiveDump.

Persyaratan

Persyaratan Nilai
Server minimum yang didukung Windows Server 2022
Header storport.h

Lihat juga

STORPORT_CAPTURE_LIVEDUMP

StorPortCaptureLiveDump