VirtualBox

Changeset 98665 in vbox for trunk/include


Ignore:
Timestamp:
Feb 21, 2023 7:49:56 AM (22 months ago)
Author:
vboxsync
Message:

Guest Control: Implemented the GuestSession::i_fsQueryInfo() + GuestSession::i_fsCreateTemp() calls. bugref:9783

Location:
trunk/include/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/GuestHost/GuestControl.h

    r98526 r98665  
    410410/** Last component: Follow if link. */
    411411#define GSTCTL_QUERYINFO_F_FOLLOW_LINK        RT_BIT_32(1)
    412 /** Don't allow symbolic links as part of the path.
    413  * @remarks this flag is currently not implemented and will be ignored. */
     412/** Don't allow symbolic links as part of the path. */
    414413#define GSTCTL_QUERYINFO_F_NO_SYMLINKS        RT_BIT_32(2)
    415414/** GSTCTL_QUERYINFO_F_XXX flag valid mask. */
  • trunk/include/VBox/HostServices/GuestControlSvc.h

    r98546 r98665  
    17891789    } u;
    17901790} CALLBACKDATA_FILE_NOTIFY, *PCALLBACKDATA_FILE_NOTIFY;
    1791 
    1792 
    1793 /*******************************************************************************
    1794 * Payload structures for the generic reply message (HGCMMsgReply).             *
    1795 *                                                                              *
    1796 * The name suffix must match the host command name, e.g.                       *
    1797 *     Host command HOST_MSG_FOO_BAR -> REPLY_PAYLOAD_FOO_BAR                   *
    1798 *******************************************************************************/
    1799 
    1800 typedef struct REPLY_PAYLOAD_FS_QUERY_INFO
    1801 {
    1802     GSTCTLFSOBJINFO objInfo;
    1803 
    1804 } REPLY_PAYLOAD_FS_QUERY_INFO;
    18051791} /* namespace guestControl */
    18061792
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