共用方式為


MCI_STATUS_AMD_BITS 結構 (ntddk.h)

保留供系統使用。

語法

typedef struct _MCI_STATUS_AMD_BITS {
  ULONG64 McaErrorCode : 16;
  ULONG64 ModelErrorCode : 16;
  ULONG64 ImplementationSpecific2 : 11;
  ULONG64 Poison : 1;
  ULONG64 Deferred : 1;
  ULONG64 ImplementationSpecific1 : 12;
  ULONG64 ContextCorrupt : 1;
  ULONG64 AddressValid : 1;
  ULONG64 MiscValid : 1;
  ULONG64 ErrorEnabled : 1;
  ULONG64 UncorrectedError : 1;
  ULONG64 StatusOverFlow : 1;
  ULONG64 Valid : 1;
} MCI_STATUS_AMD_BITS, *PMCI_STATUS_AMD_BITS;

成員

McaErrorCode

ModelErrorCode

ImplementationSpecific2

Poison

Deferred

ImplementationSpecific1

ContextCorrupt

AddressValid

MiscValid

ErrorEnabled

UncorrectedError

StatusOverFlow

Valid

規格需求

需求
標頭 ntddk.h