windows::Win32::Networking::WinInet

Function GopherCreateLocatorA

pub unsafe fn GopherCreateLocatorA<P0, P2, P3>(
    lpszhost: P0,
    nserverport: u16,
    lpszdisplaystring: P2,
    lpszselectorstring: P3,
    dwgophertype: u32,
    lpszlocator: Option<PSTR>,
    lpdwbufferlength: *mut u32,
) -> Result<()>
where P0: Param<PCSTR>, P2: Param<PCSTR>, P3: Param<PCSTR>,