WHEA_MEMORY_CORRECTABLE_ERROR_SECTION_VALIDBITS - NtDoc

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

typedef union _WHEA_MEMORY_CORRECTABLE_ERROR_SECTION_VALIDBITS {
  struct {
    ULONGLONG SocketId : 1;
    ULONGLONG ChannelId : 1;
    ULONGLONG DimmSlot : 1;
    ULONGLONG CorrectableErrorCount : 1;
    ULONGLONG Reserved : 60;
  } DUMMYSTRUCTNAME;
  ULONGLONG ValidBits;
} WHEA_MEMORY_CORRECTABLE_ERROR_SECTION_VALIDBITS, *PWHEA_MEMORY_CORRECTABLE_ERROR_SECTION_VALIDBITS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Members

DUMMYSTRUCTNAME

DUMMYSTRUCTNAME.SocketId

DUMMYSTRUCTNAME.ChannelId

DUMMYSTRUCTNAME.DimmSlot

DUMMYSTRUCTNAME.CorrectableErrorCount

DUMMYSTRUCTNAME.Reserved

ValidBits

Remarks

See also