Changeset 99252 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Mar 31, 2023 10:08:00 AM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestSessionImpl.h
r99150 r99252 318 318 int i_fsCreateTemp(const Utf8Str &strTemplate, const Utf8Str &strPath, bool fDirectory, 319 319 Utf8Str &strName, uint32_t fMode, bool fSecure, int *pvrcGuest); 320 int i_fs QueryInfo(const Utf8Str &strPath, bool fFollowSymlinks, GuestFsObjData &objData, int *pvrcGuest);320 int i_fsObjQueryInfo(const Utf8Str &strPath, bool fFollowSymlinks, GuestFsObjData &objData, int *pvrcGuest); 321 321 const GuestCredentials &i_getCredentials(void); 322 322 EventSource *i_getEventSource(void) { return mEventSource; }
Note:
See TracChangeset
for help on using the changeset viewer.