_WHEA_SIGNAL_HANDLER_OVERRIDE_CALLBACK - NtDoc

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

_WHEA_SIGNAL_HANDLER_OVERRIDE_CALLBACK WheaSignalHandlerOverrideCallback;

BOOLEAN WheaSignalHandlerOverrideCallback(
  [in, out, optional] UINT_PTR Context
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-ntddk-_whea_signal_handler_override_callback)

Description

This topic describes the _WHEA_SIGNAL_HANDLER_OVERRIDE_CALLBACK callback function.

Parameters

Context [in, out, optional]

Defines the UINT_PTR parameter Context.

Return value

Returns TRUE if the function succeeds, FALSE if it fails.

Remarks

See also