Changeset 79703 in vbox for trunk/include
- Timestamp:
- Jul 11, 2019 7:36:33 PM (6 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/SharedClipboard-uri.h
r79702 r79703 382 382 /** Size (in bytes) of string list. */ 383 383 uint32_t cbRoots; 384 /** String list (separated with \r\n) containing the root items. */384 /** String list (separated with CRLF) containing the root items. */ 385 385 char *pszRoots; 386 386 } VBOXCLIPBOARDROOTS, *PVBOXCLIPBOARDROOTS; -
trunk/include/VBox/HostServices/VBoxClipboardSvc.h
r79702 r79703 415 415 /** uin32_t, out: Size (in bytes) of string list. */ 416 416 HGCMFunctionParameter cbRoots; 417 /** pointer, out: string list (separated with \r\n) containing the root items. */417 /** pointer, out: string list (separated with CRLF) containing the root items. */ 418 418 HGCMFunctionParameter pvRoots; 419 419 } VBoxClipboardRootsMsg;
Note:
See TracChangeset
for help on using the changeset viewer.