VirtualBox

Changeset 102833 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jan 11, 2024 9:18:25 AM (13 months ago)
Author:
vboxsync
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

Location:
trunk/include/VBox
Files:
2 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/**
  • trunk/include/VBox/VBoxGuestLib.h

    r102654 r102833  
    10911091VBGLR3DECL(int) VbglR3GuestCtrlPathGetUserDocuments(PVBGLR3GUESTCTRLCMDCTX pCtx);
    10921092VBGLR3DECL(int) VbglR3GuestCtrlPathGetUserHome(PVBGLR3GUESTCTRLCMDCTX pCtx);
    1093 VBGLR3DECL(int) VbglR3GuestCtrlGetMountPoints(PVBGLR3GUESTCTRLCMDCTX pCtx);
     1093VBGLR3DECL(int) VbglR3GuestCtrlGetMountPoints(PVBGLR3GUESTCTRLCMDCTX pCtx, uint32_t *pfFlags);
    10941094#  ifdef VBOX_WITH_GSTCTL_TOOLBOX_AS_CMDS
    10951095/** @name Guest Control file system functions.
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