enumerazione WHEA_ERROR_SOURCE_STATE (ntddk.h)

L'enumerazione WHEA_ERROR_SOURCE_STATE definisce i diversi stati di runtime per un'origine degli errori.

Sintassi

typedef enum _WHEA_ERROR_SOURCE_STATE {
  WheaErrSrcStateStopped,
  WheaErrSrcStateStarted,
  WheaErrSrcStateRemoved,
  WheaErrSrcStateRemovePending
} WHEA_ERROR_SOURCE_STATE, *PWHEA_ERROR_SOURCE_STATE;

Costanti

 
WheaErrSrcStateStopped
L'origine dell'errore viene arrestata.
WheaErrSrcStateStarted
Viene avviata l'origine dell'errore.
WheaErrSrcStateRemoved
L'origine dell'errore viene rimossa.
WheaErrSrcStateRemovePending
L'origine dell'errore è in sospeso.

Osservazioni

La struttura WHEA_ERROR_SOURCE_DESCRIPTOR contiene un membro di tipo WHEA_ERROR_SOURCE_STATE che indica lo stato di runtime dell'origine dell'errore.

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