Changeset 78346 in vbox for trunk/src/VBox/HostServices/SharedClipboard
- Timestamp:
- Apr 29, 2019 11:07:26 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 130325
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.cpp
r78317 r78346 45 45 * VBOX_SHARED_CLIPBOARD_HOST_MSG_READ_DATA (request that the guest send the 46 46 * contents of its clipboard to the host) and 47 * VBOX_SHARED_CLIPBOARD_HOST_MSG_ FORMATS (to notify the guest that new47 * VBOX_SHARED_CLIPBOARD_HOST_MSG_REPORT_FORMATS (to notify the guest that new 48 48 * clipboard data is available). If a host message is sent while the guest is 49 49 * not waiting, it will be queued until the guest requests it. At most one
Note:
See TracChangeset
for help on using the changeset viewer.