WHEA_MSR_DUMP_SECTION - NtDoc

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

typedef struct _WHEA_MSR_DUMP_SECTION {
  UCHAR MsrDumpBuffer;
  ULONG MsrDumpLength;
  UCHAR MsrDumpData[1];
} WHEA_MSR_DUMP_SECTION, *PWHEA_MSR_DUMP_SECTION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Reserved for system use.

Members

MsrDumpBuffer

MsrDumpLength

MsrDumpData

Remarks

See also