// ntddk.h
_WHEA_ERROR_SOURCE_UNINITIALIZE_DEVICE_DRIVER WheaErrorSourceUninitializeDeviceDriver;
VOID WheaErrorSourceUninitializeDeviceDriver(
PVOID Context
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The WHEA_ERROR_SOURCE_UNINITIALIZE_DEVICE_DRIVER callback function uninitializes a driver's error source hardware and software state.
ContextA pointer to the context that the driver supplied when it called WheaAddErrorSourceDeviceDriver.
Register your implementation of this callback function by setting the appropriate member of WHEA_ERROR_SOURCE_CONFIGURATION_DEVICE_DRIVER and then calling WheaAddErrorSourceDeviceDriver.
WHEA_ERROR_SOURCE_INITIALIZE_DEVICE_DRIVER