Changeset 80470 in vbox for trunk/include/VBox/HostServices
- Timestamp:
- Aug 28, 2019 10:56:45 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132961
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/VBoxClipboardSvc.h
r80469 r80470 144 144 /** Sends a list of available formats to the host. 145 145 * Formely known as VBOX_SHARED_CLIPBOARD_GUEST_FN_REPORT_FORMATS. */ 146 #define VBOX_SHARED_CLIPBOARD_GUEST_FN_FORMATS_WRITE 2146 #define VBOX_SHARED_CLIPBOARD_GUEST_FN_FORMATS_WRITE 2 147 147 /** Reads data in specified format from the host. */ 148 148 #define VBOX_SHARED_CLIPBOARD_GUEST_FN_DATA_READ 3 … … 150 150 #define VBOX_SHARED_CLIPBOARD_GUEST_FN_DATA_WRITE 4 151 151 152 /** */ 152 /** Does the actual protocol handshake. If this message is not 153 * being sent by the guest, the host handles that particular client 154 * with the legacy protocol (v0). 155 * 156 * New since protocol v1. */ 153 157 #define VBOX_SHARED_CLIPBOARD_GUEST_FN_CONNECT 5 154 158 /** Peeks at the next message, returning immediately.
Note:
See TracChangeset
for help on using the changeset viewer.