Changeset 85980 in vbox for trunk/src/VBox/HostServices/SharedClipboard/testcase
- Timestamp:
- Sep 1, 2020 3:06:44 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 140175
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/testcase/tstClipboardServiceHost.cpp
r84142 r85980 130 130 static void testMsgAddReadData(PSHCLCLIENT pClient, SHCLFORMATS fFormats) 131 131 { 132 int rc = ShClSvc DataReadRequest(pClient, fFormats, NULL /* pidEvent */);132 int rc = ShClSvcGuestDataRequest(pClient, fFormats, NULL /* pidEvent */); 133 133 RTTESTI_CHECK_RC_OK(rc); 134 134 }
Note:
See TracChangeset
for help on using the changeset viewer.