Changeset 102654 in vbox for trunk/include
- Timestamp:
- Dec 20, 2023 4:10:26 PM (16 months ago)
- svn:sync-xref-src-repo-rev:
- 160816
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/GuestControlSvc.h
r99262 r102654 273 273 HOST_MSG_FS_QUERY_INFO = 336, 274 274 #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, 275 281 /** Blow the type up to 32-bits. */ 276 282 HOST_MSG_32BIT_HACK = 0x7fffffff … … 324 330 RT_CASE_RET_STR(HOST_MSG_FS_QUERY_INFO); 325 331 #endif /* VBOX_WITH_GSTCTL_TOOLBOX_AS_CMDS */ 332 RT_CASE_RET_STR(HOST_MSG_MOUNT_POINTS); 326 333 RT_CASE_RET_STR(HOST_MSG_32BIT_HACK); 327 334 } -
trunk/include/VBox/VBoxGuestLib.h
r100657 r102654 1091 1091 VBGLR3DECL(int) VbglR3GuestCtrlPathGetUserDocuments(PVBGLR3GUESTCTRLCMDCTX pCtx); 1092 1092 VBGLR3DECL(int) VbglR3GuestCtrlPathGetUserHome(PVBGLR3GUESTCTRLCMDCTX pCtx); 1093 VBGLR3DECL(int) VbglR3GuestCtrlGetMountPoints(PVBGLR3GUESTCTRLCMDCTX pCtx); 1093 1094 # ifdef VBOX_WITH_GSTCTL_TOOLBOX_AS_CMDS 1094 1095 /** @name Guest Control file system functions.
Note:
See TracChangeset
for help on using the changeset viewer.