VirtualBox

Changeset 102831 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Jan 11, 2024 8:56:53 AM (15 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
161025
Message:

Guest Control: Added a new guest feature flag to indicate Guest Additions support for retrieving guest mount points. bugref:10415

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp

    r102680 r102831  
    31563156 *
    31573157 * @returns VBox status code.
     3158 * @retval  VERR_NOT_SUPPORTED if the installed Guest Additions do not support this feature.
    31583159 * @param   vecMountPoints      Where to return the mount points (guest-style paths).
    31593160 * @param   pvrcGuest           Guest VBox status code, when returning
     
    31663167{
    31673168    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;
    31683172
    31693173    GuestWaitEvent *pEvent = NULL;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette