enumerasi STORPORT_CAPTURE_LIVEDUMP_TYPE (storport.h)

STORPORT_CAPTURE_LIVEDUMP_TYPE mengidentifikasi jenis cadangan langsung yang akan diambil.

Sintaks

typedef enum _STORPORT_CAPTURE_LIVEDUMP_TYPE {
  StorportCaptureLiveDumpTypeUndefined,
  StorportCaptureLiveDumpTypeMini,
  StorportCaptureLiveDumpTypeFull
} STORPORT_CAPTURE_LIVEDUMP_TYPE, *PSTORPORT_CAPTURE_LIVEDUMP_TYPE;

Konstanta

 
StorportCaptureLiveDumpTypeUndefined
Dicadangkan untuk penggunaan sistem; jangan gunakan.
StorportCaptureLiveDumpTypeMini
Ambil cadangan mini dengan sekumpulan informasi terkecil yang berguna tentang masalah ini.
StorportCaptureLiveDumpTypeFull
Ambil cadangan kernel penuh.

Keterangan

STORPORT_CAPTURE_LIVEDUMP_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