Changeset 98713 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Feb 24, 2023 10:15:30 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestSessionImpl.h
r98665 r98713 357 357 /** @} */ 358 358 359 /** @name Public internal methods for supporting older Guest Additions via 360 VBoxService' built-in toolbox (< 7.1). */ 361 int i_directoryCreateViaToolbox(const Utf8Str &strPath, uint32_t uMode, uint32_t uFlags, int *pvrcGuest); 362 int i_fileRemoveViaToolbox(const Utf8Str &strPath, int *pvrcGuest); 363 int i_fsCreateTempViaToolbox(const Utf8Str &strTemplate, const Utf8Str &strPath, bool fDirectory, Utf8Str &strName, 364 uint32_t fMode, bool fSecure, int *pvrcGuest); 365 int i_fsQueryInfoViaToolbox(const Utf8Str &strPath, bool fFollowSymlinks, GuestFsObjData &objData, int *pvrcGuest); 366 /** @} */ 367 359 368 public: 360 369
Note:
See TracChangeset
for help on using the changeset viewer.