VirtualBox

Ignore:
Timestamp:
Jul 5, 2023 4:21:48 PM (19 months ago)
Author:
vboxsync
Message:

Shared Clipboard: Also use the transfers callbacks for the Windows data object implementation. WIP. ​​bugref:9437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/SharedClipboard/clipboard-win.cpp

    r100367 r100394  
    10501050 * @param   pCallbacks          Callbacks table to use.
    10511051 */
    1052 int SharedClipboardWinTransferCreateAndSetDataObject(PSHCLWINCTX pWinCtx, PSHCLCONTEXT pCtx, PSHCLCALLBACKS pCallbacks)
     1052int SharedClipboardWinTransferCreateAndSetDataObject(PSHCLWINCTX pWinCtx,
     1053                                                     PSHCLCONTEXT pCtx, SharedClipboardWinDataObject::PCALLBACKS pCallbacks)
    10531054{
    10541055    AssertPtrReturn(pWinCtx, VERR_INVALID_POINTER);
     
    10661067            if (pObj)
    10671068            {
    1068                 rc = pObj->Init(pCtx);
     1069                rc = pObj->Init(pCtx, pCallbacks);
    10691070                if (RT_SUCCESS(rc))
    10701071                {
Note: See TracChangeset for help on using the changeset viewer.

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