MCG_CAP union (ntddk.h)
システムで使用するために予約されています。
構文
typedef union _MCG_CAP {
struct {
ULONG64 CountField : 8;
ULONG64 ControlMsrPresent : 1;
ULONG64 ExtendedMsrsPresent : 1;
ULONG64 SignalingExtensionPresent : 1;
ULONG64 ThresholdErrorStatusPresent : 1;
ULONG64 Reserved : 4;
ULONG64 ExtendedRegisterCount : 8;
ULONG64 SoftwareErrorRecoverySupported : 1;
ULONG64 EnhancedMachineCheckCapability : 1;
ULONG64 ExtendedErrorLogging : 1;
ULONG64 LocalMachineCheckException : 1;
} DUMMYSTRUCTNAME;
ULONG64 QuadPart;
} MCG_CAP, *PMCG_CAP;
メンバー
DUMMYSTRUCTNAME
DUMMYSTRUCTNAME.CountField
DUMMYSTRUCTNAME.ControlMsrPresent
DUMMYSTRUCTNAME.ExtendedMsrsPresent
DUMMYSTRUCTNAME.SignalingExtensionPresent
DUMMYSTRUCTNAME.ThresholdErrorStatusPresent
DUMMYSTRUCTNAME.Reserved
DUMMYSTRUCTNAME.ExtendedRegisterCount
DUMMYSTRUCTNAME.SoftwareErrorRecoverySupported
DUMMYSTRUCTNAME.EnhancedMachineCheckCapability
DUMMYSTRUCTNAME.ExtendedErrorLogging
DUMMYSTRUCTNAME.LocalMachineCheckException
QuadPart
要件
要件 | 値 |
---|---|
Header | ntddk.h |