// 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 referenceNo description available.
Reserved for system use.
MsrDumpBufferMsrDumpLengthMsrDumpData