Changeset 98665 in vbox for trunk/include/VBox/GuestHost
- Timestamp:
- Feb 21, 2023 7:49:56 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155965
- File:
-
- 1 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. */
Note:
See TracChangeset
for help on using the changeset viewer.