VirtualBox

Changeset 102815 in vbox for trunk/include


Ignore:
Timestamp:
Jan 10, 2024 1:44:29 PM (15 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
161003
Message:

Shared Clipboard: Added ShClCacheSetMultiple(). bugref:9437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/GuestHost/SharedClipboard.h

    r100566 r102815  
    264264 */
    265265/**
    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.
    267269 */
    268270typedef struct _SHCLCACHEENTRY
     
    297299PSHCLCACHEENTRY ShClCacheGet(PSHCLCACHE pCache, SHCLFORMAT uFmt);
    298300int ShClCacheSet(PSHCLCACHE pCache, SHCLFORMAT uFmt, const void *pvData, size_t cbData);
     301int ShClCacheSetMultiple(PSHCLCACHE pCache, SHCLFORMATS uFmts, const void *pvData, size_t cbData);
    299302/** @}  */
    300303
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette