windows::Win32::System::ErrorReporting

Function WerReportSetParameter

pub unsafe fn WerReportSetParameter<P2, P3>(
    hreporthandle: HREPORT,
    dwparamid: u32,
    pwzname: P2,
    pwzvalue: P3,
) -> Result<()>
where P2: Param<PCWSTR>, P3: Param<PCWSTR>,