WheaAddErrorSourceDeviceDriverV1 - NtDoc

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

NTSTATUS WheaAddErrorSourceDeviceDriverV1(
  PVOID                                          Context,
  PWHEA_ERROR_SOURCE_CONFIGURATION_DEVICE_DRIVER Configuration,
  ULONG                                          NumBuffersToPreallocate,
  ULONG                                          MaxDataLength
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

This function is obsolete. Use WheaAddErrorSourceDeviceDriver instead.

Parameters

Context

Configuration

NumBuffersToPreallocate

MaxDataLength

Return value

Remarks

See also