windows::Win32::Networking::WinInet

Function FtpDeleteFileW

pub unsafe fn FtpDeleteFileW<P1>(
    hconnect: *const c_void,
    lpszfilename: P1,
) -> Result<()>
where P1: Param<PCWSTR>,