Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

WheaRegisterErrorSourceOverride function (ntddk.h)

This topic describes the WheaRegisterErrorSourceOverride function.

Syntax

NTSTATUS WheaRegisterErrorSourceOverride(
 [in] WHEA_ERROR_SOURCE_OVERRIDE_SETTINGS OverrideSettings,
 [in] PWHEA_ERROR_SOURCE_CONFIGURATION OverrideConfig,
 [in] WHEA_SIGNAL_HANDLER_OVERRIDE_CALLBACK OverrideCallback
);

Parameters

[in] OverrideSettings

Defines the WHEA_ERROR_SOURCE_OVERRIDE_SETTINGS parameter OverrideSettings.

[in] OverrideConfig

Defines the PWHEA_ERROR_SOURCE_CONFIGURATION parameter OverrideConfig.

[in] OverrideCallback

Defines the WHEA_SIGNAL_HANDLER_OVERRIDE_CALLBACK parameter OverrideCallback.

Return value

NTSTATUS

Requirements

Requirement Value
Minimum supported client Windows 11, version 22H2
Header ntddk.h (include Ntddk.h)

Feedback

Was this page helpful?

Additional resources