VirtualBox

Changeset 102654 in vbox for trunk/include


Ignore:
Timestamp:
Dec 20, 2023 4:10:26 PM (16 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
160816
Message:

Guest Control: Implemented IGuestSession::getMountPoints. bugref:10415

Location:
trunk/include/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/HostServices/GuestControlSvc.h

    r99262 r102654  
    273273    HOST_MSG_FS_QUERY_INFO = 336,
    274274#endif /* VBOX_WITH_GSTCTL_TOOLBOX_AS_CMDS */
     275    /**
     276     * Retrieves the currently accessible mount points from the guest.
     277     *
     278     * @since   7.1
     279     */
     280    HOST_MSG_MOUNT_POINTS = 337,
    275281    /** Blow the type up to 32-bits. */
    276282    HOST_MSG_32BIT_HACK = 0x7fffffff
     
    324330        RT_CASE_RET_STR(HOST_MSG_FS_QUERY_INFO);
    325331#endif /* VBOX_WITH_GSTCTL_TOOLBOX_AS_CMDS */
     332        RT_CASE_RET_STR(HOST_MSG_MOUNT_POINTS);
    326333        RT_CASE_RET_STR(HOST_MSG_32BIT_HACK);
    327334    }
  • trunk/include/VBox/VBoxGuestLib.h

    r100657 r102654  
    10911091VBGLR3DECL(int) VbglR3GuestCtrlPathGetUserDocuments(PVBGLR3GUESTCTRLCMDCTX pCtx);
    10921092VBGLR3DECL(int) VbglR3GuestCtrlPathGetUserHome(PVBGLR3GUESTCTRLCMDCTX pCtx);
     1093VBGLR3DECL(int) VbglR3GuestCtrlGetMountPoints(PVBGLR3GUESTCTRLCMDCTX pCtx);
    10931094#  ifdef VBOX_WITH_GSTCTL_TOOLBOX_AS_CMDS
    10941095/** @name Guest Control file system functions.
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