Changeset 87658 in vbox for trunk/src/VBox/HostServices/SharedClipboard
- Timestamp:
- Feb 9, 2021 1:26:19 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-transfers.cpp
r87452 r87658 1636 1636 { 1637 1637 uint32_t cbRead; 1638 rc = ShClTransferObjRead(pTransfer, hObj, pvBuf, cbToRead, &cbRead, 0 /* fFlags */);1638 rc = ShClTransferObjRead(pTransfer, hObj, pvBuf, cbToRead, 0 /* fFlags */, &cbRead); 1639 1639 if (RT_SUCCESS(rc)) 1640 1640 {
Note:
See TracChangeset
for help on using the changeset viewer.