windows::Win32::Networking::WinInet

Function FtpOpenFileW

pub unsafe fn FtpOpenFileW<P1>(
    hconnect: *const c_void,
    lpszfilename: P1,
    dwaccess: u32,
    dwflags: FTP_FLAGS,
    dwcontext: Option<usize>,
) -> *mut c_void
where P1: Param<PCWSTR>,