VirtualBox

Changeset 80459 in vbox for trunk/include/VBox/GuestHost


Ignore:
Timestamp:
Aug 28, 2019 8:34:32 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
132950
Message:

Shared Clipboard/URI: Docs.

File:
1 edited

Legend:

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

    r80444 r80459  
    467467} VBOXCLIPBOARDLIST, *PVBOXCLIPBOARDLIST;
    468468
     469/**
     470 * Structure for keeping a Shared Clipboard object data chunk.
     471 */
    469472typedef struct _VBOXCLIPBOARDOBJDATACHUNK
    470473{
     474    /** Handle of object this data chunk is related to. */
    471475    uint64_t  uHandle;
     476    /** Pointer to actual data chunk. */
    472477    void     *pvData;
     478    /** Size (in bytes) of data chunk. */
    473479    uint32_t  cbData;
    474480} VBOXCLIPBOARDOBJDATACHUNK, *PVBOXCLIPBOARDOBJDATACHUNK;
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