Changeset 80970 in vbox
- Timestamp:
- Sep 24, 2019 11:43:25 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 133558
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/VBoxClipboardSvc.h
r80969 r80970 71 71 72 72 /* 73 * The mode of operations. 74 */ 73 * The Shared Clipboard modes of operation. 74 */ 75 /** Shared Clipboard is disabled completely. */ 75 76 #define VBOX_SHCL_MODE_OFF 0 77 /** Only transfers from host to the guest are possible. */ 76 78 #define VBOX_SHCL_MODE_HOST_TO_GUEST 1 79 /** Only transfers from guest to the host are possible. */ 77 80 #define VBOX_SHCL_MODE_GUEST_TO_HOST 2 81 /** Bidirectional transfers between guest and host are possible. */ 78 82 #define VBOX_SHCL_MODE_BIDIRECTIONAL 3 79 83
Note:
See TracChangeset
for help on using the changeset viewer.