windows::Win32::Networking::WinInet

Function GopherOpenFileW

pub unsafe fn GopherOpenFileW<P1, P2>(
    hconnect: *const c_void,
    lpszlocator: P1,
    lpszview: P2,
    dwflags: u32,
    dwcontext: Option<usize>,
) -> *mut c_void
where P1: Param<PCWSTR>, P2: Param<PCWSTR>,