Changeset 75384 in vbox for trunk/include
- Timestamp:
- Nov 10, 2018 1:45:29 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/shflsvc.h
r75383 r75384 109 109 /** Map folder */ 110 110 #define SHFL_FN_MAP_FOLDER (17) 111 /** Read symlink destination (as of VBox 4.0) */ 111 /** Read symlink destination. 112 * @since VBox 4.0 */ 112 113 #define SHFL_FN_READLINK (18) 113 /** Create symlink (as of VBox 4.0) */ 114 /** Create symlink. 115 * @since VBox 4.0 */ 114 116 #define SHFL_FN_SYMLINK (19) 115 /** Ask host to show symlinks (as of VBox 4.0) */ 117 /** Ask host to show symlinks 118 * @since VBox 4.0 */ 116 119 #define SHFL_FN_SET_SYMLINKS (20) 117 120 /** @} */ 118 121 119 122 120 /** Shared Folders service functions. (host)123 /** @name Shared Folders service functions. (host) 121 124 * @{ 122 125 */ … … 127 130 /** Set the led status light address. */ 128 131 #define SHFL_FN_SET_STATUS_LED (3) 129 /** Allow the guest to create symbolic links (as of VBox 4.0) */ 132 /** Allow the guest to create symbolic links 133 * @since VBox 4.0 */ 130 134 #define SHFL_FN_ALLOW_SYMLINKS_CREATE (4) 131 135 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.