VirtualBox

Changeset 79088 in vbox for trunk/include


Ignore:
Timestamp:
Jun 11, 2019 12:16:49 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
131248
Message:

Shared Clipboard/URI: Update.

Location:
trunk/include/VBox
Files:
2 edited

Legend:

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

    r79036 r79088  
    378378};
    379379
     380int SharedClipboardDataHeaderInit(PVBOXCLIPBOARDDATAHDR pDataHdr);
     381void SharedClipboardDataHeaderDestroy(PVBOXCLIPBOARDDATAHDR pDataHdr);
     382
    380383/**
    381384 * Structure for keeping Shared Clipboard meta data.
  • trunk/include/VBox/HostServices/VBoxClipboardExt.h

    r78683 r79088  
    8080typedef struct _VBOXCLIPBOARDEXTAREAPARMS
    8181{
    82     /** The clipboard area's ID. */
     82    /** The clipboard area's ID the callback is for. */
    8383    SHAREDCLIPBOARDAREAID uID;
    8484    union
     
    8888            void                              *pvData;
    8989            uint32_t                           cbData;
     90            /** Area register flags; not used yet and must be set to 0. */
    9091            VBOXCLIPBOARDEXTAREAREGISTETRFLAGS fFlags;
    9192        } fn_register;
    9293        struct
    9394        {
     95            /** Area attach flags; not used yet and must be set to 0. */
    9496            VBOXCLIPBOARDEXTAREAATTACHFLAGS    fFlags;
    9597        } fn_attach;
    9698    } u;
    9799} VBOXCLIPBOARDEXTAREAPARMS, *PVBOXCLIPBOARDEXTAREAPARMS;
    98 #endif
     100#endif /* VBOX_WITH_SHARED_CLIPBOARD_URI_LIST */
    99101
    100102#endif /* !VBOX_INCLUDED_HostServices_VBoxClipboardExt_h */
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