Changeset 99258 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Mar 31, 2023 2:18:22 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestSessionImpl.h
r99252 r99258 365 365 int i_fsCreateTempViaToolbox(const Utf8Str &strTemplate, const Utf8Str &strPath, bool fDirectory, Utf8Str &strName, 366 366 uint32_t fMode, bool fSecure, int *pvrcGuest); 367 int i_fs QueryInfoViaToolbox(const Utf8Str &strPath, bool fFollowSymlinks, GuestFsObjData &objData, int *pvrcGuest);367 int i_fsObjQueryInfoViaToolbox(const Utf8Str &strPath, bool fFollowSymlinks, GuestFsObjData &objData, int *pvrcGuest); 368 368 /** @} */ 369 369
Note:
See TracChangeset
for help on using the changeset viewer.