Compartir a través de


Función PshedIsSystemWheaEnabled (ntddk.h)

La función PshedIsSystemWheaEnabled devuelve un valor booleano que indica si el sistema está habilitado para WHEA.

Sintaxis

NTPSHEDAPI BOOLEAN PshedIsSystemWheaEnabled();

Valor devuelto

Valor booleano que indica si el sistema está habilitado para WHEA.

Comentarios

Un complemento PSHED puede llamar a la función PshedIsSystemWheaEnabled antes de llamar a la función PshedRegisterPlugin para comprobar que el sistema está habilitado para WHEA.

Requisitos

Requisito Value
Cliente mínimo compatible Compatible con Windows Server 2008, Windows Vista SP1 y versiones posteriores de Windows.
Plataforma de destino Universal
Encabezado ntddk.h (incluya Ntddk.h)
Library Pshed.lib
Archivo DLL Pshed.dll
IRQL Any

Consulte también

PshedRegisterPlugin