Searched defs:curCall (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostServices/GuestProperties/
H A Dservice.cpp1155 GuestCall curCall = *it; local
1156 int rc2 = getNotificationWriteOut(curCall.mParmsCnt, curCall.mParms, prop);
1158 rc2 = curCall.mRc;
1159 mpHelpers->pfnCallComplete(curCall.mHandle, rc2);

Completed in 47 milliseconds