windows::Win32::Networking::WinInet

Function InternetConfirmZoneCrossingW

pub unsafe fn InternetConfirmZoneCrossingW<P1, P2>(
    hwnd: HWND,
    szurlprev: P1,
    szurlnew: P2,
    bpost: bool,
) -> u32
where P1: Param<PCWSTR>, P2: Param<PCWSTR>,