WHEA_XPF_CMC_DESCRIPTOR struttura (ntddk.h)
La struttura WHEA_XPF_CMC_DESCRIPTOR descrive un'origine di errore del controllo computer corretta 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;
Members
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 degli errori è abilitata.
NumberOfBanks
Numero di strutture WHEA_XPF_MC_BANK_DESCRIPTOR contenute nel membro Banche .
Reserved
Riservato per l'utilizzo nel sistema.
Notify
Struttura WHEA_NOTIFICATION_DESCRIPTOR che descrive il meccanismo di notifica utilizzato dall'origine degli errori.
Banks[WHEA_MAX_MC_BANKS]
Matrice di strutture WHEA_XPF_MC_BANK_DESCRIPTOR che descrivono le banche dei registri di controllo automatico.
Commenti
Una struttura WHEA_XPF_CMC_DESCRIPTOR è contenuta all'interno della struttura WHEA_ERROR_SOURCE_DESCRIPTOR .
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Supportato in Windows Server 2008, Windows Vista SP1 e versioni successive di Windows. |
Intestazione | ntddk.h (include Ntddk.h) |