windows::Win32::Networking::WinInet

Function GopherFindFirstFileA

pub unsafe fn GopherFindFirstFileA<P1, P2>(
    hconnect: *const c_void,
    lpszlocator: P1,
    lpszsearchstring: P2,
    lpfinddata: Option<*mut GOPHER_FIND_DATAA>,
    dwflags: u32,
    dwcontext: Option<usize>,
) -> *mut c_void
where P1: Param<PCSTR>, P2: Param<PCSTR>,