WHEA_MSR_DUMP_SECTION结构(ntddk.h)
保留供系统使用。
语法
typedef struct _WHEA_MSR_DUMP_SECTION {
UCHAR MsrDumpBuffer;
ULONG MsrDumpLength;
UCHAR MsrDumpData[1];
} WHEA_MSR_DUMP_SECTION, *PWHEA_MSR_DUMP_SECTION;
成员
MsrDumpBuffer
MsrDumpLength
MsrDumpData[1]
要求
要求 | 价值 |
---|---|
最低支持的客户端 | Windows 10 版本 2004 |
标头 | ntddk.h |