VirtualBox

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


Ignore:
Timestamp:
Jan 11, 2024 9:18:25 AM (14 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
161027
Message:

Guest Control: Added a flag for the get mount points HGCM API, so that we later can specify which mount points we want to get (or skip). bugref:10415

File:
1 edited

Legend:

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

    r102831 r102833  
    11821182    HGCMFunctionParameter context;
    11831183} HGCMMsgPathUserHome;
     1184
     1185/**
     1186 * Retrieves mount points / drive letters from the guest.
     1187 *
     1188 * @since 7.1
     1189 */
     1190typedef struct HGCMMsgMountPoints
     1191{
     1192    VBGLIOCHGCMCALL hdr;
     1193    /** UInt32: Context ID. */
     1194    HGCMFunctionParameter context;
     1195    /** UInt32: Flags; currently unused. */
     1196    HGCMFunctionParameter flags;
     1197} HGCMMsgMountPoints;
    11841198
    11851199/**
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