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

/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostart-win.cpp516 static bool autostartSvcWinSetServiceStatus(DWORD dwStatus, int iWaitHint, DWORD dwExitCode) function
524 LogFlow(("autostartSvcWinSetServiceStatus: %d -> %d\n", g_u32SupSvcWinStatus, dwStatus));
586 autostartSvcWinSetServiceStatus(SERVICE_STOP_PENDING, 3000, NO_ERROR);
657 if (autostartSvcWinSetServiceStatus(SERVICE_START_PENDING, 3000, NO_ERROR))
671 if (autostartSvcWinSetServiceStatus(SERVICE_RUNNING, 0, 0))
711 autostartSvcWinSetServiceStatus(SERVICE_STOPPED, 0, err);

Completed in 252 milliseconds