Function win_sys::FileSystem::CopyFileExW[][src]

pub unsafe fn CopyFileExW<'a, Param0, Param1>(
    lpexistingfilename: Param0,
    lpnewfilename: Param1,
    lpprogressroutine: Option<unsafe extern "system" fn(i64, i64, i64, i64, u32, LPPROGRESS_ROUTINE_CALLBACK_REASON, HANDLE, HANDLE, *const c_void) -> u32>,
    lpdata: *const c_void,
    pbcancel: *mut i32,
    dwcopyflags: u32
) -> BOOL where
    Param0: IntoParam<'a, PWSTR>,
    Param1: IntoParam<'a, PWSTR>, 
Expand description

Required features: Win32_Storage_FileSystem, Win32_Foundation