enumeración WHEA_ERROR_TYPE (ntddk.h)

La enumeración WHEA_ERROR_TYPE define los diferentes tipos de componentes de hardware que pueden notificar un error de hardware.

Syntax

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

Constantes

 
WheaErrTypeProcessor
Un procesador notificó el error de hardware.
WheaErrTypeMemory
La jerarquía de memoria notificó el error de hardware.
WheaErrTypePCIExpress
Un puerto raíz pci Express notificó el error de hardware.
WheaErrTypeNMI
Se señalizó una interrupción no enmascarable (NMI).
WheaErrTypePCIXBus
Un bus PCI o PCI-X notificó el error de hardware.
WheaErrTypePCIXDevice
Un dispositivo PCI o PCI-X notificó el error de hardware.
WheaErrTypeGeneric
Un componente de hardware que no se ajusta a ninguno de los demás valores de enumeración WHEA_ERROR_TYPE notificó el error de hardware.
WheaErrTypePmem

Comentarios

La estructura WHEA_ERROR_PACKET contiene un miembro de tipo WHEA_ERROR_TYPE que especifica el tipo de componente de hardware que notificó el error de hardware.

Requisitos

Requisito Value
Cliente mínimo compatible Compatible con Windows Server 2008, Windows Vista SP1 y versiones posteriores de Windows.
Encabezado ntddk.h (incluya Ntddk.h)

Consulte también

WHEA_ERROR_PACKET