WHEA_SEL_BUGCHECK_PROGRESS - NtDoc

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

typedef struct _WHEA_SEL_BUGCHECK_PROGRESS {
  WHEA_EVENT_LOG_ENTRY WheaEventLogEntry;
  ULONG                BugCheckCode;
  ULONG                BugCheckProgressSummary;
} WHEA_SEL_BUGCHECK_PROGRESS, *PWHEA_SEL_BUGCHECK_PROGRESS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddk-whea_sel_bugcheck_progress)

WHEA_SEL_BUGCHECK_PROGRESS structure

Description

Reserved for system use.

Members

WheaEventLogEntry

BugCheckCode

BugCheckProgressSummary

Remarks

See also