// 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 referenceNo description available.
STORPORT_CAPTURE_LIVEDUMP_TYPE identifies the type of live dump to capture.
StorportCaptureLiveDumpTypeUndefinedReserved for system use; do not use.
StorportCaptureLiveDumpTypeMiniCapture a mini dump with the smallest set of useful information about the issue.
StorportCaptureLiveDumpTypeFullCapture a full kernel dump.
STORPORT_CAPTURE_LIVEDUMP_TYPE is a member of theSTORPORT_CAPTURE_LIVEDUMP structure, which a miniport passes when it calls StorPortCaptureLiveDump.