Changeset 87658 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Feb 9, 2021 1:26:19 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142700
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibClipboard.cpp
r87655 r87658 2241 2241 { 2242 2242 uint32_t cbRead; 2243 rc = ShClTransferObjRead(pTransfer, hObj, pvBuf, cbToRead, &cbRead, fFlags);2243 rc = ShClTransferObjRead(pTransfer, hObj, pvBuf, cbToRead, fFlags, &cbRead); 2244 2244 if (RT_SUCCESS(rc)) 2245 2245 rc = VbglR3ClipboardObjWriteSend(pCmdCtx, hObj, pvBuf, cbRead, NULL /* pcbWritten */);
Note:
See TracChangeset
for help on using the changeset viewer.