Condividi tramite


enumerazione WHEA_ERROR_SEVERITY (ntddk.h)

L'enumerazione WHEA_ERROR_SEVERITY definisce i possibili livelli di gravità di una condizione di errore hardware.

Sintassi

typedef enum _WHEA_ERROR_SEVERITY {
  WheaErrSevRecoverable,
  WheaErrSevFatal,
  WheaErrSevCorrected,
  WheaErrSevInformational
} WHEA_ERROR_SEVERITY, *PWHEA_ERROR_SEVERITY;

Costanti

 
WheaErrSevRecoverable
L'errore non è stato corretto, ma potrebbe essere recuperabile.
WheaErrSevFatal
L'errore non è stato corretto ed è irreversibile.
WheaErrSevCorrected
L'errore è stato corretto dall'hardware o dal firmware.
WheaErrSevInformational
Non si è verificato un errore.

Commenti

Le strutture WHEA_ERROR_PACKET, WHEA_ERROR_RECORD_HEADER, WHEA_ERROR_RECORD_SECTION_DESCRIPTOR e WHEA_GENERIC_ERROR contengono un membro di tipo WHEA_ERROR_SEVERITY che specifica la gravità dell'errore descritto dalla struttura.

Requisiti

Requisito Valore
Intestazione ntddk.h (include Ntddk.h)

Vedi anche

WHEA_ERROR_PACKET

WHEA_ERROR_RECORD_HEADER

WHEA_ERROR_RECORD_SECTION_DESCRIPTOR

WHEA_GENERIC_ERROR