WHEA_EVENT_LOG_ENTRY_ID - NtDoc

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

typedef enum _WHEA_EVENT_LOG_ENTRY_ID {
  WheaEventLogEntryIdCmcPollingTimeout,
  WheaEventLogEntryIdWheaInit,
  WheaEventLogEntryIdCmcSwitchToPolling,
  WheaEventLogEntryIdDroppedCorrectedError,
  WheaEventLogEntryIdStartedReportHwError,
  WheaEventLogEntryIdPFAMemoryOfflined,
  WheaEventLogEntryIdPFAMemoryRemoveMonitor,
  WheaEventLogEntryIdPFAMemoryPolicy,
  WheaEventLogEntryIdPshedInjectError,
  WheaEventLogEntryIdOscCapabilities,
  WheaEventLogEntryIdPshedPluginRegister,
  WheaEventLogEntryIdAddRemoveErrorSource,
  WheaEventLogEntryIdWorkQueueItem,
  WheaEventLogEntryIdAttemptErrorRecovery,
  WheaEventLogEntryIdMcaFoundErrorInBank,
  WheaEventLogEntryIdMcaStuckErrorCheck,
  WheaEventLogEntryIdMcaErrorCleared,
  WheaEventLogEntryIdClearedPoison,
  WheaEventLogEntryIdProcessEINJ,
  WheaEventLogEntryIdProcessHEST,
  WheaEventLogEntryIdCreateGenericRecord,
  WheaEventLogEntryIdErrorRecord,
  WheaEventLogEntryIdErrorRecordLimit,
  WheaEventLogEntryIdAerNotGrantedToOs,
  WheaEventLogEntryIdErrSrcArrayInvalid,
  WheaEventLogEntryIdAcpiTimeOut,
  WheaEventLogCmciRestart,
  WheaEventLogCmciFinalRestart,
  WheaEventLogEntryEtwOverFlow,
  WheaEventLogAzccRootBusSearchErr,
  WheaEventLogAzccRootBusList,
  WheaEventLogEntryIdErrSrcInvalid,
  WheaEventLogEntryIdGenericErrMemMap,
  WheaEventLogEntryIdPshedCallbackCollision,
  WheaEventLogEntryIdSELBugCheckProgress,
  WheaEventLogEntryIdPshedPluginLoad,
  WheaEventLogEntryIdPshedPluginUnload,
  WheaEventLogEntryIdPshedPluginSupported,
  WheaEventLogEntryIdDeviceDriver,
  WheaEventLogEntryIdCmciImplPresent,
  WheaEventLogEntryIdCmciInitError,
  WheaEventLogEntryIdSELBugCheckRecovery,
  WheaEventLogEntryIdDrvErrSrcInvalid,
  WheaEventLogEntryIdDrvHandleBusy,
  WheaEventLogEntryIdWheaHeartbeat,
  WheaEventLogAzccRootBusPoisonSet,
  WheaEventLogEntryIdSELBugCheckInfo,
  WheaEventLogEntryIdErrDimmInfoMismatch,
  WheaEventLogEntryIdeDpcEnabled,
  WheaEventLogEntryPageOfflineDone,
  WheaEventLogEntryPageOfflinePendMax,
  WheaEventLogEntryIdBadPageLimitReached,
  WheaEventLogEntrySrarDetail,
  WheaEventLogEntryEarlyError,
  WheaEventLogEntryIdPcieOverrideInfo,
  WheaEventLogEntryIdReadPcieOverridesErr,
  WheaEventLogEntryIdPcieConfigInfo,
  WheaEventLogEntryIdPcieSummaryFailed,
  WheaEventLogEntryIdThrottleRegCorrupt,
  WheaEventLogEntryIdThrottleAddErrSrcFailed,
  WheaEventLogEntryIdThrottleRegDataIgnored,
  WheaEventLogEntryIdEnableKeyNotifFailed,
  WheaEventLogEntryIdKeyNotificationFailed,
  WheaEventLogEntryIdPcieRemoveDevice,
  WheaEventLogEntryIdPcieAddDevice,
  WheaEventLogEntryIdPcieSpuriousErrSource,
  WheaEventLogEntryIdMemoryAddDevice,
  WheaEventLogEntryIdMemoryRemoveDevice,
  WheaEventLogEntryIdMemorySummaryFailed,
  WheaEventLogEntryIdPcieDpcError,
  WheaEventLogEntryIdCpuBusesInitFailed,
  WheaEventLogEntryIdPshedPluginInitFailed,
  WheaEventLogEntryIdFailedAddToDefectList,
  WheaEventLogEntryIdDefectListFull,
  WheaEventLogEntryIdDefectListUEFIVarFailed,
  WheaEventLogEntryIdDefectListCorrupt,
  WheaEventLogEntryIdBadHestNotifyData,
  WheaEventLogEntryIdRowFailure,
  WheaEventLogEntryIdSrasTableNotFound,
  WheaEventLogEntryIdSrasTableError,
  WheaEventLogEntryIdSrasTableEntries,
  WheaEventLogEntryIdPFANotifyCallbackAction,
  WheaEventLogEntryIdSELBugCheckCpusQuiesced,
  WheaEventLogEntryIdPshedPiCpuid,
  WheaEventLogEntryIdSrasTableBadData,
  WheaEventLogEntryIdDriFsStatus,
  WheaEventLogEntryIdCpusFrozen,
  WheaEventLogEntryIdCpusFrozenNoCrashDump,
  WheaEventLogEntryIdRegNotifyPolicyChange,
  WheaEventLogEntryIdRegError,
  WheaEventLogEntryIdRowOfflineEvent,
  WheaEventLogEntryIdBitOfflineEvent,
  WheaEventLogEntryIdBadGasFields,
  WheaEventLogEntryIdCrashDumpError,
  WheaEventLogEntryIdCrashDumpCheckpoint,
  WheaEventLogEntryIdCrashDumpProgressPercent,
  WheaEventLogEntryIdPreviousCrashBugCheckProgress,
  WheaEventLogEntryIdSELBugCheckStackDump,
  WheaEventLogEntryIdPciePromotedAerErr,
  WheaEventLogEntryIdPshedPiTraceLog
} WHEA_EVENT_LOG_ENTRY_ID, *PWHEA_EVENT_LOG_ENTRY_ID;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ntddk-whea_event_log_entry_id)

Description

The WHEA_EVENT_LOG_ENTRY_ID enumeration is reserved for system use. Do not use.

Constants

WheaEventLogEntryIdCmcPollingTimeout

WheaEventLogEntryIdWheaInit

WheaEventLogEntryIdCmcSwitchToPolling

WheaEventLogEntryIdDroppedCorrectedError

WheaEventLogEntryIdStartedReportHwError

WheaEventLogEntryIdPFAMemoryOfflined

WheaEventLogEntryIdPFAMemoryRemoveMonitor

WheaEventLogEntryIdPFAMemoryPolicy

WheaEventLogEntryIdPshedInjectError

WheaEventLogEntryIdOscCapabilities

WheaEventLogEntryIdPshedPluginRegister

WheaEventLogEntryIdAddRemoveErrorSource

WheaEventLogEntryIdWorkQueueItem

WheaEventLogEntryIdAttemptErrorRecovery

WheaEventLogEntryIdMcaFoundErrorInBank

WheaEventLogEntryIdMcaStuckErrorCheck

WheaEventLogEntryIdMcaErrorCleared

WheaEventLogEntryIdClearedPoison

WheaEventLogEntryIdProcessEINJ

WheaEventLogEntryIdProcessHEST

WheaEventLogEntryIdCreateGenericRecord

WheaEventLogEntryIdErrorRecord

WheaEventLogEntryIdErrorRecordLimit

WheaEventLogEntryIdAerNotGrantedToOs

WheaEventLogEntryIdErrSrcArrayInvalid

WheaEventLogEntryIdAcpiTimeOut

WheaEventLogCmciRestart

WheaEventLogCmciFinalRestart

WheaEventLogEntryEtwOverFlow

WheaEventLogAzccRootBusSearchErr

WheaEventLogAzccRootBusList

WheaEventLogEntryIdErrSrcInvalid

WheaEventLogEntryIdGenericErrMemMap

WheaEventLogEntryIdPshedCallbackCollision

WheaEventLogEntryIdSELBugCheckProgress

WheaEventLogEntryIdPshedPluginLoad

WheaEventLogEntryIdPshedPluginUnload

WheaEventLogEntryIdPshedPluginSupported

WheaEventLogEntryIdDeviceDriver

WheaEventLogEntryIdCmciImplPresent

WheaEventLogEntryIdCmciInitError

WheaEventLogEntryIdSELBugCheckRecovery

WheaEventLogEntryIdDrvErrSrcInvalid

WheaEventLogEntryIdDrvHandleBusy

WheaEventLogEntryIdWheaHeartbeat

WheaEventLogAzccRootBusPoisonSet

WheaEventLogEntryIdSELBugCheckInfo

WheaEventLogEntryIdErrDimmInfoMismatch

WheaEventLogEntryIdeDpcEnabled

WheaEventLogEntryPageOfflineDone

WheaEventLogEntryPageOfflinePendMax

WheaEventLogEntryIdBadPageLimitReached

WheaEventLogEntrySrarDetail

WheaEventLogEntryEarlyError

WheaEventLogEntryIdPcieOverrideInfo

WheaEventLogEntryIdReadPcieOverridesErr

WheaEventLogEntryIdPcieConfigInfo

WheaEventLogEntryIdPcieSummaryFailed

WheaEventLogEntryIdThrottleRegCorrupt

WheaEventLogEntryIdThrottleAddErrSrcFailed

WheaEventLogEntryIdThrottleRegDataIgnored

WheaEventLogEntryIdEnableKeyNotifFailed

WheaEventLogEntryIdKeyNotificationFailed

WheaEventLogEntryIdPcieRemoveDevice

WheaEventLogEntryIdPcieAddDevice

WheaEventLogEntryIdPcieSpuriousErrSource

WheaEventLogEntryIdMemoryAddDevice

WheaEventLogEntryIdMemoryRemoveDevice

WheaEventLogEntryIdMemorySummaryFailed

WheaEventLogEntryIdPcieDpcError

WheaEventLogEntryIdCpuBusesInitFailed

WheaEventLogEntryIdPshedPluginInitFailed

WheaEventLogEntryIdFailedAddToDefectList

WheaEventLogEntryIdDefectListFull

WheaEventLogEntryIdDefectListUEFIVarFailed

WheaEventLogEntryIdDefectListCorrupt

WheaEventLogEntryIdBadHestNotifyData

WheaEventLogEntryIdRowFailure

WheaEventLogEntryIdSrasTableNotFound

WheaEventLogEntryIdSrasTableError

WheaEventLogEntryIdSrasTableEntries

WheaEventLogEntryIdPFANotifyCallbackAction

WheaEventLogEntryIdSELBugCheckCpusQuiesced

WheaEventLogEntryIdPshedPiCpuid

WheaEventLogEntryIdSrasTableBadData

WheaEventLogEntryIdDriFsStatus

WheaEventLogEntryIdCpusFrozen

WheaEventLogEntryIdCpusFrozenNoCrashDump

WheaEventLogEntryIdRegNotifyPolicyChange

WheaEventLogEntryIdRegError

WheaEventLogEntryIdRowOfflineEvent

WheaEventLogEntryIdBitOfflineEvent

WheaEventLogEntryIdBadGasFields

WheaEventLogEntryIdCrashDumpError

WheaEventLogEntryIdCrashDumpCheckpoint

WheaEventLogEntryIdCrashDumpProgressPercent

WheaEventLogEntryIdPreviousCrashBugCheckProgress

WheaEventLogEntryIdSELBugCheckStackDump

WheaEventLogEntryIdPciePromotedAerErr

WheaEventLogEntryIdPshedPiTraceLog

Remarks

See also