Changeset 102833 in vbox for trunk/include/VBox
- Timestamp:
- Jan 11, 2024 9:18:25 AM (13 months ago)
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/GuestControlSvc.h
r102831 r102833 1182 1182 HGCMFunctionParameter context; 1183 1183 } HGCMMsgPathUserHome; 1184 1185 /** 1186 * Retrieves mount points / drive letters from the guest. 1187 * 1188 * @since 7.1 1189 */ 1190 typedef struct HGCMMsgMountPoints 1191 { 1192 VBGLIOCHGCMCALL hdr; 1193 /** UInt32: Context ID. */ 1194 HGCMFunctionParameter context; 1195 /** UInt32: Flags; currently unused. */ 1196 HGCMFunctionParameter flags; 1197 } HGCMMsgMountPoints; 1184 1198 1185 1199 /** -
trunk/include/VBox/VBoxGuestLib.h
r102654 r102833 1091 1091 VBGLR3DECL(int) VbglR3GuestCtrlPathGetUserDocuments(PVBGLR3GUESTCTRLCMDCTX pCtx); 1092 1092 VBGLR3DECL(int) VbglR3GuestCtrlPathGetUserHome(PVBGLR3GUESTCTRLCMDCTX pCtx); 1093 VBGLR3DECL(int) VbglR3GuestCtrlGetMountPoints(PVBGLR3GUESTCTRLCMDCTX pCtx );1093 VBGLR3DECL(int) VbglR3GuestCtrlGetMountPoints(PVBGLR3GUESTCTRLCMDCTX pCtx, uint32_t *pfFlags); 1094 1094 # ifdef VBOX_WITH_GSTCTL_TOOLBOX_AS_CMDS 1095 1095 /** @name Guest Control file system functions.
Note:
See TracChangeset
for help on using the changeset viewer.