diff options
author | Rob Mensching <rob@firegiant.com> | 2021-04-14 09:45:51 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-04-14 09:45:51 -0700 |
commit | 10a2a1740616715f367536b9515bad5ff6c645e1 (patch) | |
tree | 36ce0de6253ffef1afae490f3f4449ce7a58af86 /src/dutil/inc/fileutil.h | |
parent | 10ea1d3e52217ccd93dfa6830776a6be308ca1f6 (diff) | |
download | wix-10a2a1740616715f367536b9515bad5ff6c645e1.tar.gz wix-10a2a1740616715f367536b9515bad5ff6c645e1.tar.bz2 wix-10a2a1740616715f367536b9515bad5ff6c645e1.zip |
Make FileCopyUsingHandlesWithProgress more like MoveFileWithProgress
Diffstat (limited to 'src/dutil/inc/fileutil.h')
-rw-r--r-- | src/dutil/inc/fileutil.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/dutil/inc/fileutil.h b/src/dutil/inc/fileutil.h index 48830043..319c5508 100644 --- a/src/dutil/inc/fileutil.h +++ b/src/dutil/inc/fileutil.h | |||
@@ -153,9 +153,7 @@ HRESULT DAPI FileCopyUsingHandlesWithProgress( | |||
153 | __in HANDLE hTarget, | 153 | __in HANDLE hTarget, |
154 | __in DWORD64 cbCopy, | 154 | __in DWORD64 cbCopy, |
155 | __in_opt LPPROGRESS_ROUTINE lpProgressRoutine, | 155 | __in_opt LPPROGRESS_ROUTINE lpProgressRoutine, |
156 | __in_opt LPVOID lpData, | 156 | __in_opt LPVOID lpData |
157 | __in_opt LPBOOL pbCancel, | ||
158 | __out_opt DWORD64* pcbCopied | ||
159 | ); | 157 | ); |
160 | HRESULT DAPI FileEnsureCopy( | 158 | HRESULT DAPI FileEnsureCopy( |
161 | __in_z LPCWSTR wzSource, | 159 | __in_z LPCWSTR wzSource, |