Changeset 79702 in vbox for trunk/include/VBox/HostServices
- Timestamp:
- Jul 11, 2019 7:34:05 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/VBoxClipboardSvc.h
r79688 r79702 361 361 #define VBOX_SHAREDCLIPBOARD_REPLYMSGTYPE_INVALID 0 362 362 #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 364 366 365 367 /** … … 413 415 /** uin32_t, out: Size (in bytes) of string list. */ 414 416 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. */ 416 418 HGCMFunctionParameter pvRoots; 417 419 } VBoxClipboardRootsMsg; … … 650 652 651 653 #endif /* !VBOX_INCLUDED_HostServices_VBoxClipboardSvc_h */ 654
Note:
See TracChangeset
for help on using the changeset viewer.