windows::Win32::Networking::WinInet

Function InternetConfirmZoneCrossing

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