Changeset 82872 in vbox for trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-internal.h
- Timestamp:
- Jan 27, 2020 12:43:24 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-internal.h
r82852 r82872 91 91 /** No Shared Clipboard client flags defined. */ 92 92 #define SHCLCLIENTSTATE_FLAGS_NONE 0 93 /** Client has a guest read operation active. */93 /** Client has a guest read operation active. Currently unused. */ 94 94 #define SHCLCLIENTSTATE_FLAGS_READ_ACTIVE RT_BIT(0) 95 /** Client has a guest write operation active. */95 /** Client has a guest write operation active. Currently unused. */ 96 96 #define SHCLCLIENTSTATE_FLAGS_WRITE_ACTIVE RT_BIT(1) 97 97 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.