Function windows::Win32::Networking::WinInet::InternetErrorDlg

pub unsafe fn InternetErrorDlg<P0>(
    hwnd: P0,
    hrequest: Option<*mut c_void>,
    dwerror: u32,
    dwflags: u32,
    lppvdata: Option<*mut *mut c_void>,
) -> u32
where P0: Param<HWND>,