winapi::um::winbase

Function MoveFileTransactedW

Source
pub unsafe extern "system" fn MoveFileTransactedW(
    lpExistingFileName: LPCWSTR,
    lpNewFileName: LPCWSTR,
    lpProgressRoutine: LPPROGRESS_ROUTINE,
    lpData: LPVOID,
    dwFlags: DWORD,
    hTransaction: HANDLE,
) -> BOOL