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

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxTray.cpp375 VBOXSERVICEINFO *pCurTable = pTable; local
376 while ( pCurTable
377 && pCurTable->pszName)
379 if (pCurTable->pfnStop)
380 pCurTable->pfnStop(pEnv, pCurTable->pInstance);
383 pCurTable++;
386 pCurTable = pTable; /* Reset to first element. */
387 while ( pCurTable
388 && pCurTable
[all...]

Completed in 45 milliseconds