Changeset 33540 in vbox for trunk/src/VBox/Runtime/r3/fileio.cpp
- Timestamp:
- Oct 28, 2010 9:27:05 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/fileio.cpp
r28800 r33540 293 293 * @param fFlags Flags, any of the RTFILECOPY_FLAGS_ \#defines. 294 294 * @param pfnProgress Pointer to callback function for reporting progress. 295 * @param pvUser User argument to pass to pfnProgress along with the completion p recentage.295 * @param pvUser User argument to pass to pfnProgress along with the completion percentage. 296 296 */ 297 297 RTDECL(int) RTFileCopyEx(const char *pszSrc, const char *pszDst, uint32_t fFlags, PFNRTPROGRESS pfnProgress, void *pvUser) … … 357 357 * On failures the file position and size is undefined. 358 358 * @param pfnProgress Pointer to callback function for reporting progress. 359 * @param pvUser User argument to pass to pfnProgress along with the completion p recentage.359 * @param pvUser User argument to pass to pfnProgress along with the completion percentage. 360 360 */ 361 361 RTDECL(int) RTFileCopyByHandlesEx(RTFILE FileSrc, RTFILE FileDst, PFNRTPROGRESS pfnProgress, void *pvUser)
Note:
See TracChangeset
for help on using the changeset viewer.