PshedIsSystemWheaEnabled - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddk.h

NTPSHEDAPI BOOLEAN PshedIsSystemWheaEnabled();
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntddk-pshedissystemwheaenabled)

PshedIsSystemWheaEnabled function

Description

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

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.

See also

PshedRegisterPlugin