Changeset 93316 in vbox for trunk/src/VBox/HostServices/SharedClipboard
- Timestamp:
- Jan 18, 2022 3:10:35 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.cpp
r93115 r93316 1361 1361 1362 1362 PSHCLEVENT pEvent = ShClEventSourceGetFromId(&pClient->EventSrc, idEvent); 1363 AssertMsg (pEvent != NULL, ("Event %#x not found\n", idEvent));1363 AssertMsgReturn(pEvent != NULL, ("Event %#x not found\n", idEvent), VERR_NOT_FOUND); 1364 1364 1365 1365 /*
Note:
See TracChangeset
for help on using the changeset viewer.