VirtualBox

Changeset 102654 in vbox for trunk/include/VBox/HostServices


Ignore:
Timestamp:
Dec 20, 2023 4:10:26 PM (14 months ago)
Author:
vboxsync
Message:

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

File:
1 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    }
Note: See TracChangeset for help on using the changeset viewer.

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