VirtualBox

Changeset 99253 in vbox for trunk/include/VBox/HostServices


Ignore:
Timestamp:
Mar 31, 2023 10:22:37 AM (22 months ago)
Author:
vboxsync
Message:

Guest Control: Renamed HOST_MSG_FS_QUERY_INFO -> HOST_MSG_FS_QUERY_INFO, to not confuse file system object information (files, directories, ++) with actual file system information. Required for preparation of implementing querying guest file system information. bugref:10414

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/HostServices/GuestControlSvc.h

    r99120 r99253  
    263263     * Retrieves information about a file system object.
    264264     */
    265     HOST_MSG_FS_QUERY_INFO = 334,
     265    HOST_MSG_FS_OBJ_QUERY_INFO = 334,
    266266    /**
    267267     * Creates a temporary file or directory.
     
    316316        RT_CASE_RET_STR(HOST_MSG_SHUTDOWN);
    317317#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);
    319319        RT_CASE_RET_STR(HOST_MSG_FS_CREATE_TEMP);
     320        RT_CASE_RET_STR(HOST_MSG_FS_OBJ_MOVE);
    320321#endif /* VBOX_WITH_GSTCTL_TOOLBOX_AS_CMDS */
    321322        RT_CASE_RET_STR(HOST_MSG_32BIT_HACK);
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