Function windows::Win32::System::ErrorReporting::WerReportSetUIOption
pub unsafe fn WerReportSetUIOption<P0, P1>(
hreporthandle: P0,
repuitypeid: WER_REPORT_UI,
pwzvalue: P1,
) -> Result<()>where
P0: Param<HREPORT>,
P1: Param<PCWSTR>,