_WHEA_ERROR_SOURCE_UNINITIALIZE_DEVICE_DRIVER callback function (ntddk.h)
The WHEA_ERROR_SOURCE_UNINITIALIZE_DEVICE_DRIVER callback function uninitializes a driver's error source hardware and software state.
Syntax
_WHEA_ERROR_SOURCE_UNINITIALIZE_DEVICE_DRIVER WheaErrorSourceUninitializeDeviceDriver;
void WheaErrorSourceUninitializeDeviceDriver(
PVOID Context
)
{...}
Parameters
Context
A pointer to the context that the driver supplied when it called WheaAddErrorSourceDeviceDriver.
Return value
None
Remarks
Register your implementation of this callback function by setting the appropriate member of WHEA_ERROR_SOURCE_CONFIGURATION_DEVICE_DRIVER and then calling WheaAddErrorSourceDeviceDriver.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1903 |
Header | ntddk.h (include Ntddk.h) |