VirtualBox

Changeset 87658 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Feb 9, 2021 1:26:19 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
142700
Message:

Shared Clipboard/Transfers: Rearranged parameter lists of ShClTransferObj[Read|Write](). ​bugref:9437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibClipboard.cpp

    r87655 r87658  
    22412241                    {
    22422242                        uint32_t cbRead;
    2243                         rc = ShClTransferObjRead(pTransfer, hObj, pvBuf, cbToRead, &cbRead, fFlags);
     2243                        rc = ShClTransferObjRead(pTransfer, hObj, pvBuf, cbToRead, fFlags, &cbRead);
    22442244                        if (RT_SUCCESS(rc))
    22452245                            rc = VbglR3ClipboardObjWriteSend(pCmdCtx, hObj, pvBuf, cbRead, NULL /* pcbWritten */);
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