Changeset 78164 in vbox
- Timestamp:
- Apr 17, 2019 2:16:01 PM (6 years ago)
- Location:
- trunk/src/VBox/HostServices/SharedClipboard
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-win.cpp
r78160 r78164 560 560 static int vboxClipboardSyncInternal(PVBOXCLIPBOARDCONTEXT pCtx) 561 561 { 562 AssertPtrReturn(pCtx, VERR_INVALID_POINTER); 563 564 if (pCtx->pClient == NULL) /* If we don't have any client data (yet), bail out. */ 565 return VINF_SUCCESS; 566 562 567 uint32_t uFormats; 563 568 int rc = VBoxClipboardWinGetFormats(&pCtx->Win, &uFormats); -
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.cpp
r78157 r78164 246 246 void vboxSvcClipboardReportMsg (VBOXCLIPBOARDCLIENTDATA *pClient, uint32_t u32Msg, uint32_t u32Formats) 247 247 { 248 AssertPtrReturnVoid(pClient); 249 248 250 if (VBoxSvcClipboardLock()) 249 251 {
Note:
See TracChangeset
for help on using the changeset viewer.