windows::Win32::Networking::WinInet

Function InternetOpenW

pub unsafe fn InternetOpenW<P0, P2, P3>(
    lpszagent: P0,
    dwaccesstype: u32,
    lpszproxy: P2,
    lpszproxybypass: P3,
    dwflags: u32,
) -> *mut c_void
where P0: Param<PCWSTR>, P2: Param<PCWSTR>, P3: Param<PCWSTR>,