Changeset 85981 in vbox for trunk/src/VBox/HostServices/SharedClipboard
- Timestamp:
- Sep 1, 2020 3:26:46 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.cpp
r85980 r85981 1293 1293 * Notifies that clipboard data from the guest has been received. 1294 1294 * 1295 * @returns VBox status code. 1295 * @returns VBox status code. Returns VERR_NOT_FOUND when related event ID was not found. 1296 1296 * @param pClient Client the guest clipboard data was received for. 1297 1297 * @param pCmdCtx Client command context to use. … … 1320 1320 else 1321 1321 idEvent = VBOX_SHCL_CONTEXTID_GET_EVENT(pCmdCtx->uContextID); 1322 1323 if (idEvent == NIL_SHCLEVENTID) /* Event not found? Bail out early. */ 1324 return VERR_NOT_FOUND; 1322 1325 1323 1326 int rc = VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.