Function windows_sys::Win32::Storage::FileSystem::CopyFileTransactedA
[−]pub unsafe extern "system" fn CopyFileTransactedA(
lpexistingfilename: PCSTR,
lpnewfilename: PCSTR,
lpprogressroutine: LPPROGRESS_ROUTINE,
lpdata: *const c_void,
pbcancel: *const i32,
dwcopyflags: u32,
htransaction: HANDLE
) -> BOOL
Expand description
Required features: "Win32_Storage_FileSystem"
, "Win32_Foundation"