Condividi tramite


struttura WHEA_XPF_CMC_DESCRIPTOR (ntddk.h)

La struttura WHEA_XPF_CMC_DESCRIPTOR descrive un'origine di errore del controllo computer corretta (CMC) per un processore x86 o x64.

Sintassi

typedef struct _WHEA_XPF_CMC_DESCRIPTOR {
  USHORT                       Type;
  BOOLEAN                      Enabled;
  UCHAR                        NumberOfBanks;
  ULONG                        Reserved;
  WHEA_NOTIFICATION_DESCRIPTOR Notify;
  WHEA_XPF_MC_BANK_DESCRIPTOR  Banks[WHEA_MAX_MC_BANKS];
} WHEA_XPF_CMC_DESCRIPTOR, *PWHEA_XPF_CMC_DESCRIPTOR;

Membri

Type

Tipo di descrittore dell'origine degli errori. Questo membro è sempre impostato su WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_XPFCMC.

Enabled

Valore booleano che indica se l'origine dell'errore è abilitata.

NumberOfBanks

Numero di strutture WHEA_XPF_MC_BANK_DESCRIPTOR contenute nel membro Banks.

Reserved

Riservato per l'uso del sistema.

Notify

Struttura WHEA_NOTIFICATION_DESCRIPTOR che descrive il meccanismo di notifica utilizzato dall'origine dell'errore.

Banks[WHEA_MAX_MC_BANKS]

Matrice di strutture WHEA_XPF_MC_BANK_DESCRIPTOR che descrivono le banche dei registri di controllo automatico.

Osservazioni

Una struttura WHEA_XPF_CMC_DESCRIPTOR è contenuta all'interno della struttura WHEA_ERROR_SOURCE_DESCRIPTOR.

Fabbisogno

Requisito Valore
client minimo supportato Supportato in Windows Server 2008, Windows Vista SP1 e versioni successive di Windows.
intestazione ntddk.h (include Ntddk.h)

Vedere anche

WHEA_ERROR_SOURCE_DESCRIPTOR

WHEA_NOTIFICATION_DESCRIPTOR

WHEA_XPF_MC_BANK_DESCRIPTOR