STORPORT_LIVEDUMP_ISSUE_TYPE enumeration (storport.h)

STORPORT_LIVEDUMP_ISSUE_TYPE identifies the issue that triggered the live dump capture.

Syntax

typedef enum _STORPORT_LIVEDUMP_ISSUE_TYPE {
  StorportLivedumpIssueTypeUndefined,
  StorportLivedumpIssueTypeDevicePanic
} STORPORT_LIVEDUMP_ISSUE_TYPE, *PSTORPORT_LIVEDUMP_ISSUE_TYPE;

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.

Requirements

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

See also

STORPORT_CAPTURE_LIVEDUMP

StorPortCaptureLiveDump