Changeset 90054 in vbox for trunk/src/VBox/HostServices/SharedClipboard
- Timestamp:
- Jul 6, 2021 10:55:23 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145548
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-win.cpp
r90050 r90054 383 383 { 384 384 #endif 385 int rc = SharedClipboardWinOpen(hWnd); 386 if (RT_SUCCESS(rc)) 387 { 388 SharedClipboardWinClear(); 389 390 rc = SharedClipboardWinAnnounceFormats(pWinCtx, fFormats); 391 392 SharedClipboardWinClose(); 393 } 394 385 int rc = SharedClipboardWinClearAndAnnounceFormats(pWinCtx, fFormats, hWnd); 395 386 if (RT_FAILURE(rc)) 396 387 LogRel(("Shared Clipboard: Reporting clipboard formats %#x to Windows host failed with %Rrc\n", fFormats, rc));
Note:
See TracChangeset
for help on using the changeset viewer.