WheaSignalHandlerOverride - NtDoc

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

BOOLEAN WheaSignalHandlerOverride(
  [in]                WHEA_ERROR_SOURCE_TYPE SourceType,
  [in, out, optional] UINT_PTR               Context
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

This topic describes the WheaSignalHandlerOverride function.

Parameters

SourceType [in]

Defines the WHEA_ERROR_SOURCE_TYPE parameter SourceType.

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