Changeset 100564 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jul 13, 2023 1:29:48 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibClipboard.cpp
r100549 r100564 2673 2673 && RT_FAILURE(rc)) 2674 2674 { 2675 /* Report error back to the host. */2676 int rc2 = VbglR3ClipboardWriteError(pCmdCtx->idClient, rc);2675 /* Report transfer-specific error back to the host. */ 2676 int rc2 = vbglR3ClipboardTransferStatusReplyEx(pCmdCtx, pCmdCtx->idContext, SHCLTRANSFERSTATUS_ERROR, rc); 2677 2677 AssertRC(rc2); 2678 2678 }
Note:
See TracChangeset
for help on using the changeset viewer.