Função PshedIsSystemWheaEnabled (ntddk.h)

A função PshedIsSystemWheaEnabled retorna um valor booliano que indica se o sistema está habilitado para WHEA.

Sintaxe

NTPSHEDAPI BOOLEAN PshedIsSystemWheaEnabled();

Retornar valor

Um valor booliano que indica se o sistema está habilitado para WHEA.

Comentários

Um plug-in PSHED pode chamar a função PshedIsSystemWheaEnabled antes de chamar a função PshedRegisterPlugin para verificar se o sistema está habilitado para WHEA.

Requisitos

Requisito Valor
Cliente mínimo com suporte Com suporte no Windows Server 2008, Windows Vista SP1 e versões posteriores do Windows.
Plataforma de Destino Universal
Cabeçalho ntddk.h (inclua Ntddk.h)
Biblioteca Pshed.lib
DLL Pshed.dll
IRQL Qualquer

Confira também

PshedRegisterPlugin