Changeset 71796 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Apr 9, 2018 7:26:50 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestSessionImplTasks.h
r71657 r71796 79 79 /** @name File handling primitives. 80 80 * @{ */ 81 int fileCopyFromEx( const Utf8Str &strSource, const Utf8Str &strDest, FileCopyFlag_T enmFileCopyFlags,82 PRTFILE pFile,uint64_t cbOffset, uint64_t cbSize);81 int fileCopyFromEx(ComObjPtr<GuestFile> &srcFile, PRTFILE phDstFile, FileCopyFlag_T enmFileCopyFlags, 82 uint64_t cbOffset, uint64_t cbSize); 83 83 int fileCopyFrom(const Utf8Str &strSource, const Utf8Str &strDest, FileCopyFlag_T enmFileCopyFlags); 84 84 int fileCopyToEx(const Utf8Str &strSource, const Utf8Str &strDest, FileCopyFlag_T enmFileCopyFlags, PRTFILE pFile,
Note:
See TracChangeset
for help on using the changeset viewer.