_WHEA_ERROR_SOURCE_UNINITIALIZE_DEVICE_DRIVER - NtDoc

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

_WHEA_ERROR_SOURCE_UNINITIALIZE_DEVICE_DRIVER WheaErrorSourceUninitializeDeviceDriver;

VOID WheaErrorSourceUninitializeDeviceDriver(
  PVOID Context
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The WHEA_ERROR_SOURCE_UNINITIALIZE_DEVICE_DRIVER callback function uninitializes a driver's error source hardware and software state.

Parameters

Context

A pointer to the context that the driver supplied when it called WheaAddErrorSourceDeviceDriver.

Remarks

Register your implementation of this callback function by setting the appropriate member of WHEA_ERROR_SOURCE_CONFIGURATION_DEVICE_DRIVER and then calling WheaAddErrorSourceDeviceDriver.

See also

WHEA_ERROR_SOURCE_INITIALIZE_DEVICE_DRIVER