WHEAP_CMCI_RESTART_EVENT - NtDoc

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

typedef struct _WHEAP_CMCI_RESTART_EVENT {
  WHEA_EVENT_LOG_ENTRY WheaEventLogEntry;
  ULONG                CmciRestoreAttempts;
  ULONG                MaxCmciRestoreLimit;
  ULONG                MaxCorrectedErrorsFound;
  ULONG                MaxCorrectedErrorLimit;
} WHEAP_CMCI_RESTART_EVENT, *PWHEAP_CMCI_RESTART_EVENT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Members

Reserved for system use.

WheaEventLogEntry

CmciRestoreAttempts

MaxCmciRestoreLimit

MaxCorrectedErrorsFound

MaxCorrectedErrorLimit

Remarks

See also