Changeset 102831 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Jan 11, 2024 8:56:53 AM (15 months ago)
- svn:sync-xref-src-repo-rev:
- 161025
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp
r102680 r102831 3156 3156 * 3157 3157 * @returns VBox status code. 3158 * @retval VERR_NOT_SUPPORTED if the installed Guest Additions do not support this feature. 3158 3159 * @param vecMountPoints Where to return the mount points (guest-style paths). 3159 3160 * @param pvrcGuest Guest VBox status code, when returning … … 3166 3167 { 3167 3168 AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS); 3169 3170 if (!(mParent->i_getGuestControlFeatures0() & VBOX_GUESTCTRL_GF_0_MOUNT_POINTS_ENUM)) 3171 return VERR_NOT_SUPPORTED; 3168 3172 3169 3173 GuestWaitEvent *pEvent = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.