VirtualBox

Changeset 80470 in vbox for trunk/include/VBox/HostServices


Ignore:
Timestamp:
Aug 28, 2019 10:56:45 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
132961
Message:

Shared Clipboard/URI: Docs.

File:
1 edited

Legend:

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

    r80469 r80470  
    144144/** Sends a list of available formats to the host.
    145145 *  Formely known as VBOX_SHARED_CLIPBOARD_GUEST_FN_REPORT_FORMATS. */
    146 #define VBOX_SHARED_CLIPBOARD_GUEST_FN_FORMATS_WRITE         2
     146#define VBOX_SHARED_CLIPBOARD_GUEST_FN_FORMATS_WRITE          2
    147147/** Reads data in specified format from the host. */
    148148#define VBOX_SHARED_CLIPBOARD_GUEST_FN_DATA_READ              3
     
    150150#define VBOX_SHARED_CLIPBOARD_GUEST_FN_DATA_WRITE             4
    151151
    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. */
    153157#define VBOX_SHARED_CLIPBOARD_GUEST_FN_CONNECT                5
    154158/** Peeks at the next message, returning immediately.
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