// storport.h
typedef enum _STORPORT_LIVEDUMP_ISSUE_TYPE {
StorportLivedumpIssueTypeUndefined,
StorportLivedumpIssueTypeDevicePanic
} STORPORT_LIVEDUMP_ISSUE_TYPE, *PSTORPORT_LIVEDUMP_ISSUE_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
STORPORT_LIVEDUMP_ISSUE_TYPE identifies the issue that triggered the live dump capture.
StorportLivedumpIssueTypeUndefinedReserved for system use; do not use.
StorportLivedumpIssueTypeDevicePanicThe miniport has detected an issue that it needs to further triage.
STORPORT_LIVEDUMP_ISSUE_TYPE is a member of theSTORPORT_CAPTURE_LIVEDUMP structure, which a miniport passes when it calls StorPortCaptureLiveDump.