Changeset 79088 in vbox for trunk/include
- Timestamp:
- Jun 11, 2019 12:16:49 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 131248
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/SharedClipboard-uri.h
r79036 r79088 378 378 }; 379 379 380 int SharedClipboardDataHeaderInit(PVBOXCLIPBOARDDATAHDR pDataHdr); 381 void SharedClipboardDataHeaderDestroy(PVBOXCLIPBOARDDATAHDR pDataHdr); 382 380 383 /** 381 384 * Structure for keeping Shared Clipboard meta data. -
trunk/include/VBox/HostServices/VBoxClipboardExt.h
r78683 r79088 80 80 typedef struct _VBOXCLIPBOARDEXTAREAPARMS 81 81 { 82 /** The clipboard area's ID . */82 /** The clipboard area's ID the callback is for. */ 83 83 SHAREDCLIPBOARDAREAID uID; 84 84 union … … 88 88 void *pvData; 89 89 uint32_t cbData; 90 /** Area register flags; not used yet and must be set to 0. */ 90 91 VBOXCLIPBOARDEXTAREAREGISTETRFLAGS fFlags; 91 92 } fn_register; 92 93 struct 93 94 { 95 /** Area attach flags; not used yet and must be set to 0. */ 94 96 VBOXCLIPBOARDEXTAREAATTACHFLAGS fFlags; 95 97 } fn_attach; 96 98 } u; 97 99 } VBOXCLIPBOARDEXTAREAPARMS, *PVBOXCLIPBOARDEXTAREAPARMS; 98 #endif 100 #endif /* VBOX_WITH_SHARED_CLIPBOARD_URI_LIST */ 99 101 100 102 #endif /* !VBOX_INCLUDED_HostServices_VBoxClipboardExt_h */
Note:
See TracChangeset
for help on using the changeset viewer.