STORPORT_CAPTURE_LIVEDUMP_TYPE enumeration (storport.h)

STORPORT_CAPTURE_LIVEDUMP_TYPE identifies the type of live dump to capture.

Syntax

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

Constants

 
StorportCaptureLiveDumpTypeUndefined
Reserved for system use; do not use.
StorportCaptureLiveDumpTypeMini
Capture a mini dump with the smallest set of useful information about the issue.
StorportCaptureLiveDumpTypeFull
Capture a full kernel dump.

Remarks

STORPORT_CAPTURE_LIVEDUMP_TYPE is a member of theSTORPORT_CAPTURE_LIVEDUMP structure, which a miniport passes when it calls StorPortCaptureLiveDump.

Requirements

Requirement Value
Minimum supported server Windows Server 2022
Header storport.h

See also

STORPORT_CAPTURE_LIVEDUMP

StorPortCaptureLiveDump