VirtualBox

Ignore:
Timestamp:
Apr 17, 2019 12:03:42 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
130066
Message:

Shared Clipboard: Got rid of a lot of duplicated code between Windows hosts / guests, plus a lot of renaming / cleanup, some more documentation.

File:
1 edited

Legend:

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

    r76585 r78151  
    4343
    4444/*
    45  * Supported data formats. Bit mask.
    46  */
    47 #define VBOX_SHARED_CLIPBOARD_FMT_UNICODETEXT   UINT32_C(0x01)
    48 #define VBOX_SHARED_CLIPBOARD_FMT_BITMAP        UINT32_C(0x02)
    49 #define VBOX_SHARED_CLIPBOARD_FMT_HTML          UINT32_C(0x04)
    50 
    51 /*
    5245 * The service functions which are callable by host.
    5346 */
     
    6760/* Send data in requested format to host. */
    6861#define VBOX_SHARED_CLIPBOARD_FN_WRITE_DATA        4
    69 
    70 /*
    71  * The host messages for the guest.
    72  */
    73 #define VBOX_SHARED_CLIPBOARD_HOST_MSG_QUIT        1
    74 #define VBOX_SHARED_CLIPBOARD_HOST_MSG_READ_DATA   2
    75 #define VBOX_SHARED_CLIPBOARD_HOST_MSG_FORMATS     3
    7662
    7763/*
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