windows::Win32::Networking::WinInet

Function FtpCommandW

pub unsafe fn FtpCommandW<P3>(
    hconnect: *const c_void,
    fexpectresponse: bool,
    dwflags: FTP_FLAGS,
    lpszcommand: P3,
    dwcontext: Option<usize>,
    phftpcommand: Option<*mut *mut c_void>,
) -> Result<()>
where P3: Param<PCWSTR>,