STORPORT_LIVEDUMP_ISSUE_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

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

Description

STORPORT_LIVEDUMP_ISSUE_TYPE identifies the issue that triggered the live dump capture.

Constants

StorportLivedumpIssueTypeUndefined

Reserved for system use; do not use.

StorportLivedumpIssueTypeDevicePanic

The miniport has detected an issue that it needs to further triage.

Remarks

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

See also

STORPORT_CAPTURE_LIVEDUMP

StorPortCaptureLiveDump