windows::Wdk::System::SystemServices

Function WheaReportHwErrorDeviceDriver

pub unsafe fn WheaReportHwErrorDeviceDriver<P6>(
    errorsourceid: u32,
    deviceobject: *const DEVICE_OBJECT,
    errordata: &[u8],
    sectiontypeguid: *const GUID,
    errorseverity: WHEA_ERROR_SEVERITY,
    devicefriendlyname: P6,
) -> NTSTATUS
where P6: Param<PCSTR>,