Changeset 87658 in vbox for trunk/src/VBox/GuestHost/SharedClipboard/clipboard-transfers-http.cpp
- Timestamp:
- Feb 9, 2021 1:26:19 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/clipboard-transfers-http.cpp
r87454 r87658 298 298 { 299 299 Assert(pSrvTx->hObj != SHCLOBJHANDLE_INVALID); 300 // rc = ShClTransferObjRead(pSrvTx->pTransfer, pSrvTx->hObj, ); 301 rc = 0; 300 301 uint32_t cbRead; 302 rc = ShClTransferObjRead(pSrvTx->pTransfer, pSrvTx->hObj, pvBuf, cbBuf, 0 /* fFlags */, &cbRead); 302 303 if (RT_SUCCESS(rc)) 303 304 { 304 305 *pcbRead = (uint32_t)cbRead; 305 306 } 306 307
Note:
See TracChangeset
for help on using the changeset viewer.