Changeset 79703 in vbox for trunk/include/VBox/GuestHost
- Timestamp:
- Jul 11, 2019 7:36:33 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132048
- File:
-
- 1 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;
Note:
See TracChangeset
for help on using the changeset viewer.