Function windows_sys::Win32::Storage::FileSystem::CopyFileExW
[−]pub unsafe extern "system" fn CopyFileExW(
lpexistingfilename: PCWSTR,
lpnewfilename: PCWSTR,
lpprogressroutine: LPPROGRESS_ROUTINE,
lpdata: *const c_void,
pbcancel: *mut i32,
dwcopyflags: u32
) -> BOOLExpand description
Required features: ‘Win32_Storage_FileSystem’, ‘Win32_Foundation’