Changeset 75500 in vbox for trunk/src/VBox/HostServices/GuestControl/testcase
- Timestamp:
- Nov 16, 2018 1:24:39 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestControl/testcase/tstGuestControlSvc.cpp
r69500 r75500 211 211 aParmsGuest[1].setUInt32(0 /* Parameters */); 212 212 pTable->pfnCall(pTable->pvService, &callHandle, 1 /* Client ID */, NULL /* pvClient */, 213 GUEST_MSG_WAIT, 2, &aParmsGuest[0] );213 GUEST_MSG_WAIT, 2, &aParmsGuest[0], 0); 214 214 RTTEST_CHECK_RC_RET(g_hTest, callHandle.rc, VINF_SUCCESS, callHandle.rc); 215 215
Note:
See TracChangeset
for help on using the changeset viewer.