PshedIsSystemWheaEnabled function (ntddk.h)

The PshedIsSystemWheaEnabled function returns a Boolean value that indicates whether the system is WHEA-enabled.

Syntax

NTPSHEDAPI BOOLEAN PshedIsSystemWheaEnabled();

Return value

A Boolean value that indicates whether the system is WHEA-enabled.

Remarks

A PSHED plug-in can call the PshedIsSystemWheaEnabled function before it calls the PshedRegisterPlugin function to verify that the system is WHEA-enabled.

Requirements

Requirement Value
Minimum supported client Supported in Windows Server 2008, Windows Vista SP1, and later versions of Windows.
Target Platform Universal
Header ntddk.h (include Ntddk.h)
Library Pshed.lib
DLL Pshed.dll
IRQL Any

See also

PshedRegisterPlugin