Changeset 85832 in vbox
- Timestamp:
- Aug 19, 2020 2:03:04 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.cpp
r84142 r85832 1552 1552 } 1553 1553 1554 LogRel2(("Shared Clipboard: Guest wants to read %RU32 bytes host clipboard data in format %RU32\n", cbData, uFormat)); 1555 1554 1556 /* 1555 1557 * Do the reading. … … 1693 1695 pClient->State.POD.uFormat = uFormat; 1694 1696 } 1697 1698 LogRel2(("Shared Clipboard: Guest writes %RU32 bytes clipboard data in format %RU32 to host\n", cbData, uFormat)); 1695 1699 1696 1700 /*
Note:
See TracChangeset
for help on using the changeset viewer.