Changeset 82846 in vbox for trunk/src/VBox/HostServices/SharedClipboard/testcase
- Timestamp:
- Jan 24, 2020 9:36:52 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/testcase/tstClipboardServiceHost.cpp
r82527 r82846 130 130 static void testMsgAddReadData(PSHCLCLIENT pClient, uint32_t fFormat) 131 131 { 132 int rc = ShClSvcDataReadRequest(pClient, fFormat, NULL /* p uEvent */);132 int rc = ShClSvcDataReadRequest(pClient, fFormat, NULL /* pidEvent */); 133 133 RTTESTI_CHECK_RC_OK(rc); 134 134 }
Note:
See TracChangeset
for help on using the changeset viewer.