Changeset 100391 in vbox
- Timestamp:
- Jul 5, 2023 3:02:50 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibClipboard.cpp
r100381 r100391 961 961 SHCLTRANSFERSTATUS uStatus, int rcTransfer) 962 962 { 963 AssertPtrReturn(pCtx, 964 AssertPtrReturn(pTransfer, VERR_INVALID_POINTER);963 AssertPtrReturn(pCtx, VERR_INVALID_POINTER); 964 RT_NOREF(pTransfer); /* Currently not used (yet). */ 965 965 966 966 int rc = vbglR3ClipboardTransferStatusReplyEx(pCtx, pCtx->idContext, uStatus, rcTransfer); … … 2118 2118 2119 2119 /** 2120 * Requests a new transfer from the host.2120 * Requests a new host -> guest transfer from the host. 2121 2121 * 2122 2122 * On success this will issue an INITIALIZED status reply from the host with a transfer ID set.
Note:
See TracChangeset
for help on using the changeset viewer.