다음을 통해 공유


MCG_CAP 공용 구조체(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

요구 사항

요구 사항
헤더 ntddk.h