VirtualBox

Changeset 75384 in vbox for trunk/include


Ignore:
Timestamp:
Nov 10, 2018 1:45:29 AM (6 years ago)
Author:
vboxsync
Message:

shflsvc.h: Doxygen. Removed the unused SHFLL_MF_SYSTEM_XXXx defines to avoid confusion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/shflsvc.h

    r75383 r75384  
    109109/** Map folder */
    110110#define SHFL_FN_MAP_FOLDER          (17)
    111 /** Read symlink destination (as of VBox 4.0) */
     111/** Read symlink destination.
     112 * @since VBox 4.0  */
    112113#define SHFL_FN_READLINK            (18)
    113 /** Create symlink (as of VBox 4.0) */
     114/** Create symlink.
     115 * @since VBox 4.0  */
    114116#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  */
    116119#define SHFL_FN_SET_SYMLINKS        (20)
    117120/** @} */
    118121
    119122
    120 /** Shared Folders service functions. (host)
     123/** @name Shared Folders service functions. (host)
    121124 * @{
    122125 */
     
    127130/** Set the led status light address. */
    128131#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  */
    130134#define SHFL_FN_ALLOW_SYMLINKS_CREATE (4)
    131135/** @} */
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