Changeset 79688 in vbox for trunk/include/VBox/HostServices
- Timestamp:
- Jul 11, 2019 11:24:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/VBoxClipboardSvc.h
r79672 r79688 413 413 /** uin32_t, out: Size (in bytes) of string list. */ 414 414 HGCMFunctionParameter cbRoots; 415 /** pointer, out: string list (separated with \r\n) containing the root items. */415 /** pointer, out: string list (separated with CRLF) containing the root items. */ 416 416 HGCMFunctionParameter pvRoots; 417 417 } VBoxClipboardRootsMsg; … … 650 650 651 651 #endif /* !VBOX_INCLUDED_HostServices_VBoxClipboardSvc_h */ 652
Note:
See TracChangeset
for help on using the changeset viewer.