Searched refs:autostartSvcWinServiceMain (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostart-win.cpp66 /** The semaphore the main service thread is waiting on in autostartSvcWinServiceMain. */
645 static VOID WINAPI autostartSvcWinServiceMain(DWORD cArgs, LPTSTR *papszArgs) function
673 LogFlow(("autostartSvcWinServiceMain: calling RTSemEventMultiWait\n"));
677 LogFlow(("autostartSvcWinServiceMain: woke up\n"));
682 LogFlow(("autostartSvcWinServiceMain: woke up\n"));
762 { _T(AUTOSTART_SERVICE_NAME), autostartSvcWinServiceMain },
775 autostartSvcWinServiceMain(0, NULL);//autostartSvcDisplayError("Cannot run a service from the command line. Use the 'start' action to start it the right way.\n");

Completed in 46 milliseconds