Function windows_sys::Win32::Storage::FileSystem::MoveFileTransactedW
[−]pub unsafe extern "system" fn MoveFileTransactedW(
lpexistingfilename: PWSTR,
lpnewfilename: PWSTR,
lpprogressroutine: LPPROGRESS_ROUTINE,
lpdata: *const c_void,
dwflags: MOVE_FILE_FLAGS,
htransaction: HANDLE
) -> BOOLExpand description
Required features: ‘Win32_Storage_FileSystem’, ‘Win32_Foundation’
