// ntddk.h
NTPSHEDAPI BOOLEAN PshedIsSystemWheaEnabled();
View the official Windows Driver Kit DDI referenceNo description available.
The PshedIsSystemWheaEnabled function returns a Boolean value that indicates whether the system is WHEA-enabled.
A Boolean value that indicates whether the system is WHEA-enabled.
A PSHED plug-in can call the PshedIsSystemWheaEnabled function before it calls the PshedRegisterPlugin function to verify that the system is WHEA-enabled.