enumerazione WHEA_ERROR_TYPE (ntddk.h)

L'enumerazione WHEA_ERROR_TYPE definisce i diversi tipi di componenti hardware che possono segnalare un errore hardware.

Sintassi

typedef enum _WHEA_ERROR_TYPE {
  WheaErrTypeProcessor,
  WheaErrTypeMemory,
  WheaErrTypePCIExpress,
  WheaErrTypeNMI,
  WheaErrTypePCIXBus,
  WheaErrTypePCIXDevice,
  WheaErrTypeGeneric,
  WheaErrTypePmem
} WHEA_ERROR_TYPE, *PWHEA_ERROR_TYPE;

Costanti

 
WheaErrTypeProcessor
Un processore ha segnalato l'errore hardware.
WheaErrTypeMemory
La gerarchia di memoria ha segnalato l'errore hardware.
WheaErrTypePCIExpress
Una porta radice PCI Express ha segnalato l'errore hardware.
WheaErrTypeNMI
È stato segnalato un interrupt non mascherabile (NMI).
WheaErrTypePCIXBus
Un bus PCI o PCI-X ha segnalato l'errore hardware.
WheaErrTypePCIXDevice
Un dispositivo PCI o PCI-X ha segnalato l'errore hardware.
WheaErrTypeGeneric
Un componente hardware che non è conforme ad alcun altro WHEA_ERROR_TYPE valori di enumerazione ha segnalato l'errore hardware.
WheaErrTypePmem

Commenti

La struttura WHEA_ERROR_PACKET contiene un membro di tipo WHEA_ERROR_TYPE che specifica il tipo di componente hardware che ha segnalato l'errore hardware.

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)

Vedi anche

WHEA_ERROR_PACKET