aboutsummaryrefslogtreecommitdiff
path: root/src/dutil/inc/fileutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dutil/inc/fileutil.h')
-rw-r--r--src/dutil/inc/fileutil.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/dutil/inc/fileutil.h b/src/dutil/inc/fileutil.h
index 7caa62b8..48830043 100644
--- a/src/dutil/inc/fileutil.h
+++ b/src/dutil/inc/fileutil.h
@@ -148,6 +148,15 @@ HRESULT DAPI FileCopyUsingHandles(
148 __in DWORD64 cbCopy, 148 __in DWORD64 cbCopy,
149 __out_opt DWORD64* pcbCopied 149 __out_opt DWORD64* pcbCopied
150 ); 150 );
151HRESULT DAPI FileCopyUsingHandlesWithProgress(
152 __in HANDLE hSource,
153 __in HANDLE hTarget,
154 __in DWORD64 cbCopy,
155 __in_opt LPPROGRESS_ROUTINE lpProgressRoutine,
156 __in_opt LPVOID lpData,
157 __in_opt LPBOOL pbCancel,
158 __out_opt DWORD64* pcbCopied
159 );
151HRESULT DAPI FileEnsureCopy( 160HRESULT DAPI FileEnsureCopy(
152 __in_z LPCWSTR wzSource, 161 __in_z LPCWSTR wzSource,
153 __in_z LPCWSTR wzTarget, 162 __in_z LPCWSTR wzTarget,