Changeset 80459 in vbox for trunk/include/VBox/GuestHost
- Timestamp:
- Aug 28, 2019 8:34:32 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132950
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/SharedClipboard-uri.h
r80444 r80459 467 467 } VBOXCLIPBOARDLIST, *PVBOXCLIPBOARDLIST; 468 468 469 /** 470 * Structure for keeping a Shared Clipboard object data chunk. 471 */ 469 472 typedef struct _VBOXCLIPBOARDOBJDATACHUNK 470 473 { 474 /** Handle of object this data chunk is related to. */ 471 475 uint64_t uHandle; 476 /** Pointer to actual data chunk. */ 472 477 void *pvData; 478 /** Size (in bytes) of data chunk. */ 473 479 uint32_t cbData; 474 480 } VBOXCLIPBOARDOBJDATACHUNK, *PVBOXCLIPBOARDOBJDATACHUNK;
Note:
See TracChangeset
for help on using the changeset viewer.