windows::Win32::System::ErrorReporting

Function WerReportCreate

pub unsafe fn WerReportCreate<P0>(
    pwzeventtype: P0,
    reptype: WER_REPORT_TYPE,
    preportinformation: Option<*const WER_REPORT_INFORMATION>,
) -> Result<HREPORT>
where P0: Param<PCWSTR>,