Changeset 97152 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Oct 14, 2022 8:14:05 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestSessionImplTasks.h
r97140 r97152 131 131 132 132 int AddEntryFromHost(const Utf8Str &strFile, PCRTFSOBJINFO pcObjInfo); 133 int AddDirFromHost(const Utf8Str &strPath, const Utf8Str &strSubDir, char *pszPathReal, size_t cbPathReal );133 int AddDirFromHost(const Utf8Str &strPath, const Utf8Str &strSubDir, char *pszPathReal, size_t cbPathReal, PRTDIRENTRYEX pDirEntry); 134 134 135 135 public:
Note:
See TracChangeset
for help on using the changeset viewer.