Changeset 102654 in vbox for trunk/include/VBox/HostServices
- Timestamp:
- Dec 20, 2023 4:10:26 PM (14 months ago)
- File:
-
- 1 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 }
Note:
See TracChangeset
for help on using the changeset viewer.