Changeset 85987 in vbox for trunk/src/VBox/HostServices
- Timestamp:
- Sep 1, 2020 5:57:22 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.cpp
r85985 r85987 1338 1338 ShClPayloadFree(pPayload); 1339 1339 1340 /* No one holding a reference to the event eventanymore? Unregister it. */1340 /* No one holding a reference to the event anymore? Unregister it. */ 1341 1341 if (ShClEventGetRefs(&pClient->EventSrc, idEvent) == 0) 1342 1342 { … … 1355 1355 * 1356 1356 * @returns VBox status code. 1357 * @param pClient Client to re quest to read data form.1357 * @param pClient Client to report clipboard formats to. 1358 1358 * @param fFormats The formats to report (VBOX_SHCL_FMT_XXX), zero 1359 1359 * is okay (empty the clipboard).
Note:
See TracChangeset
for help on using the changeset viewer.