Changeset 99775 in vbox for trunk/src/VBox/HostServices/SharedClipboard
- Timestamp:
- May 12, 2023 12:21:58 PM (23 months ago)
- svn:sync-xref-src-repo-rev:
- 157370
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.cpp
r98103 r99775 1775 1775 * @param paParms Array of HGCM parameters. 1776 1776 */ 1777 int shClSvcClientWriteData(PSHCLCLIENT pClient, uint32_t cParms, VBOXHGCMSVCPARM paParms[])1777 static int shClSvcClientWriteData(PSHCLCLIENT pClient, uint32_t cParms, VBOXHGCMSVCPARM paParms[]) 1778 1778 { 1779 1779 LogFlowFuncEnter();
Note:
See TracChangeset
for help on using the changeset viewer.