STORPORT_CAPTURE_LIVEDUMP_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// storport.h

typedef enum _STORPORT_CAPTURE_LIVEDUMP_TYPE {
  StorportCaptureLiveDumpTypeUndefined,
  StorportCaptureLiveDumpTypeMini,
  StorportCaptureLiveDumpTypeFull
} STORPORT_CAPTURE_LIVEDUMP_TYPE, *PSTORPORT_CAPTURE_LIVEDUMP_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-storport-storport_capture_livedump_type)

Description

STORPORT_CAPTURE_LIVEDUMP_TYPE identifies the type of live dump to capture.

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.

See also

STORPORT_CAPTURE_LIVEDUMP

StorPortCaptureLiveDump