Changeset 99253 in vbox for trunk/include/VBox/HostServices
- Timestamp:
- Mar 31, 2023 10:22:37 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/GuestControlSvc.h
r99120 r99253 263 263 * Retrieves information about a file system object. 264 264 */ 265 HOST_MSG_FS_ QUERY_INFO = 334,265 HOST_MSG_FS_OBJ_QUERY_INFO = 334, 266 266 /** 267 267 * Creates a temporary file or directory. … … 316 316 RT_CASE_RET_STR(HOST_MSG_SHUTDOWN); 317 317 #ifdef VBOX_WITH_GSTCTL_TOOLBOX_AS_CMDS 318 RT_CASE_RET_STR(HOST_MSG_FS_ QUERY_INFO);318 RT_CASE_RET_STR(HOST_MSG_FS_OBJ_QUERY_INFO); 319 319 RT_CASE_RET_STR(HOST_MSG_FS_CREATE_TEMP); 320 RT_CASE_RET_STR(HOST_MSG_FS_OBJ_MOVE); 320 321 #endif /* VBOX_WITH_GSTCTL_TOOLBOX_AS_CMDS */ 321 322 RT_CASE_RET_STR(HOST_MSG_32BIT_HACK);
Note:
See TracChangeset
for help on using the changeset viewer.