Changeset 98665 in vbox for trunk/include
- Timestamp:
- Feb 21, 2023 7:49:56 AM (22 months ago)
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/GuestControl.h
r98526 r98665 410 410 /** Last component: Follow if link. */ 411 411 #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. */ 414 413 #define GSTCTL_QUERYINFO_F_NO_SYMLINKS RT_BIT_32(2) 415 414 /** GSTCTL_QUERYINFO_F_XXX flag valid mask. */ -
trunk/include/VBox/HostServices/GuestControlSvc.h
r98546 r98665 1789 1789 } u; 1790 1790 } 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_INFO1801 {1802 GSTCTLFSOBJINFO objInfo;1803 1804 } REPLY_PAYLOAD_FS_QUERY_INFO;1805 1791 } /* namespace guestControl */ 1806 1792
Note:
See TracChangeset
for help on using the changeset viewer.