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

/vbox/src/VBox/Additions/darwin/VBoxClient/
H A DVBoxClient.cpp172 int rcStop = (g_aServices[iServiceId].pfnStop)(); local
173 if (RT_FAILURE(rcStop))
174 VBoxClientVerbose(1, "unable to stop service: %s (%Rrc)\n", g_aServices[iServiceId].pszName, rcStop);

Completed in 1779 milliseconds