WHEA_MEMORY_CORRECTABLE_ERROR_DATA - NtDoc

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

typedef struct _WHEA_MEMORY_CORRECTABLE_ERROR_DATA {
  WHEA_MEMORY_CORRECTABLE_ERROR_SECTION_VALIDBITS ValidBits;
  UINT32                                          SocketId;
  UINT32                                          ChannelId;
  UINT32                                          DimmSlot;
  UINT32                                          CorrectableErrorCount;
} WHEA_MEMORY_CORRECTABLE_ERROR_DATA, *PWHEA_MEMORY_CORRECTABLE_ERROR_DATA;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Members

ValidBits

SocketId

ChannelId

DimmSlot

CorrectableErrorCount

Remarks

See also