Changeset 87641 in vbox
- Timestamp:
- Feb 8, 2021 3:59:56 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibClipboard.cpp
r87640 r87641 2225 2225 { 2226 2226 uint32_t cbRead; 2227 rc = ShClTransferObjRead(pTransfer, hObj, pvBuf, cbToRead, fFlags, &cbRead);2227 rc = ShClTransferObjRead(pTransfer, hObj, pvBuf, cbToRead, &cbRead, fFlags); 2228 2228 if (RT_SUCCESS(rc)) 2229 2229 rc = VbglR3ClipboardObjWriteSend(pCmdCtx, hObj, pvBuf, cbRead, NULL /* pcbWritten */);
Note:
See TracChangeset
for help on using the changeset viewer.