// ntddk.h
BOOLEAN WheaSignalHandlerOverride(
[in] WHEA_ERROR_SOURCE_TYPE SourceType,
[in, out, optional] UINT_PTR Context
);
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the WheaSignalHandlerOverride function.
SourceType [in]Defines the WHEA_ERROR_SOURCE_TYPE parameter SourceType.
Context [in, out, optional]Defines the UINT_PTR parameter Context.
Returns TRUE if the function succeeds, FALSE if it fails.