VirtualBox

Changeset 100647 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jul 19, 2023 9:28:05 AM (18 months ago)
Author:
vboxsync
Message:

Shared Clipboard: Docs. bugref:9437

File:
1 edited

Legend:

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

    r100616 r100647  
    4646#endif
    4747
     48/** Sets (or unsets) a clipboard extension callback. */
    4849#define VBOX_CLIPBOARD_EXT_FN_SET_CALLBACK         (0)
     50/** The guest announces clipboard formats to the extension. */
    4951#define VBOX_CLIPBOARD_EXT_FN_FORMAT_ANNOUNCE      (1)
     52/** The clipboard service requests clipboard data from the extension. */
    5053#define VBOX_CLIPBOARD_EXT_FN_DATA_READ            (2)
     54/** The clipboard service writes clipboard data to the extension. */
    5155#define VBOX_CLIPBOARD_EXT_FN_DATA_WRITE           (3)
     56/** The clipboard service announces an error to the extension. */
    5257#define VBOX_CLIPBOARD_EXT_FN_ERROR                (4)
    5358
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette