// ntddk.h
NTSTATUS WheaHwErrorReportSetSeverityDeviceDriver(
WHEA_ERROR_HANDLE ErrorHandle,
WHEA_ERROR_SEVERITY ErrorSeverity
);
View the official Windows Driver Kit DDI referenceNo description available.
This routine sets the error severity of the packet and sections.
ErrorHandleThe handle returned by WheaCreateHwErrorReportDeviceDriver.
ErrorSeverityAn enumeration value from WHEA_ERROR_SEVERITY representing the new severity for the error.
Returns STATUS_SUCCESS or STATUS_INVALID_HANDLE if the handle is invalid.