VirtualBox

Changeset 80970 in vbox


Ignore:
Timestamp:
Sep 24, 2019 11:43:25 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
133558
Message:

Shared Clipboard: Docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/HostServices/VBoxClipboardSvc.h

    r80969 r80970  
    7171
    7272/*
    73  * The mode of operations.
    74  */
     73 * The Shared Clipboard modes of operation.
     74 */
     75/** Shared Clipboard is disabled completely. */
    7576#define VBOX_SHCL_MODE_OFF           0
     77/** Only transfers from host to the guest are possible. */
    7678#define VBOX_SHCL_MODE_HOST_TO_GUEST 1
     79/** Only transfers from guest to the host are possible. */
    7780#define VBOX_SHCL_MODE_GUEST_TO_HOST 2
     81/** Bidirectional transfers between guest and host are possible. */
    7882#define VBOX_SHCL_MODE_BIDIRECTIONAL 3
    7983
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette