Condividi tramite


struttura WHEA_IPF_MCA_DESCRIPTOR (ntddk.h)

La struttura WHEA_IPF_MCA_DESCRIPTOR descrive un'origine errore di interruzione del controllo computer per un processore Itanium.

Sintassi

typedef struct _WHEA_IPF_MCA_DESCRIPTOR {
  USHORT Type;
  UCHAR  Enabled;
  UCHAR  Reserved;
} WHEA_IPF_MCA_DESCRIPTOR, *PWHEA_IPF_MCA_DESCRIPTOR;

Membri

Type

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

Enabled

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

Reserved

Riservato per l'uso del sistema.

Osservazioni

Una struttura WHEA_IPF_MCA_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