VirtualBox

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


Ignore:
Timestamp:
Jul 11, 2019 7:34:05 PM (5 years ago)
Author:
vboxsync
Message:

Shared Clipboard/URI: Update.

File:
1 edited

Legend:

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

    r79688 r79702  
    361361#define VBOX_SHAREDCLIPBOARD_REPLYMSGTYPE_INVALID           0
    362362#define VBOX_SHAREDCLIPBOARD_REPLYMSGTYPE_LIST_OPEN         1
    363 #define VBOX_SHAREDCLIPBOARD_REPLYMSGTYPE_OBJ_OPEN          2
     363#define VBOX_SHAREDCLIPBOARD_REPLYMSGTYPE_LIST_CLOSE        2
     364#define VBOX_SHAREDCLIPBOARD_REPLYMSGTYPE_OBJ_OPEN          3
     365#define VBOX_SHAREDCLIPBOARD_REPLYMSGTYPE_OBJ_CLOSE         4
    364366
    365367/**
     
    413415    /** uin32_t, out: Size (in bytes) of string list. */
    414416    HGCMFunctionParameter cbRoots;
    415     /** pointer, out: string list (separated with CRLF) containing the root items. */
     417    /** pointer, out: string list (separated with \r\n) containing the root items. */
    416418    HGCMFunctionParameter pvRoots;
    417419} VBoxClipboardRootsMsg;
     
    650652
    651653#endif /* !VBOX_INCLUDED_HostServices_VBoxClipboardSvc_h */
     654
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