WheaHwErrorReportAbandonDeviceDriver - NtDoc

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

NTSTATUS WheaHwErrorReportAbandonDeviceDriver(
  WHEA_ERROR_HANDLE ErrorHandle
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

This routine abandons the in progress error report and releases its resources.

Parameters

ErrorHandle

The handle returned by WheaCreateHwErrorReportDeviceDriver.

Return value

Returns STATUS_SUCCESS or STATUS_INVALID_HANDLE if the handle is invalid.

Remarks

If WheaAddHwErrorReportSectionDeviceDriver fails, or the error is no longer valid, the driver can call this routine to clean up resources without submitting a report to WHEA.

See also