Changeset 102815 in vbox for trunk/include
- Timestamp:
- Jan 10, 2024 1:44:29 PM (15 months ago)
- svn:sync-xref-src-repo-rev:
- 161003
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/SharedClipboard.h
r100566 r102815 264 264 */ 265 265 /** 266 * A single Shared CLipboard cache entry. 266 * A single Shared Clipboard cache entry. 267 * 268 * One entry marks exactly one clipboard format at a time. 267 269 */ 268 270 typedef struct _SHCLCACHEENTRY … … 297 299 PSHCLCACHEENTRY ShClCacheGet(PSHCLCACHE pCache, SHCLFORMAT uFmt); 298 300 int ShClCacheSet(PSHCLCACHE pCache, SHCLFORMAT uFmt, const void *pvData, size_t cbData); 301 int ShClCacheSetMultiple(PSHCLCACHE pCache, SHCLFORMATS uFmts, const void *pvData, size_t cbData); 299 302 /** @} */ 300 303
Note:
See TracChangeset
for help on using the changeset viewer.