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

/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostart-win.cpp50 #define AUTOSTART_SERVICE_NAME "VBoxAutostartSvc" macro
237 SC_HANDLE hSvc = OpenServiceA(hSCM, AUTOSTART_SERVICE_NAME, dwSVCAccess);
384 RTPrintf("Successfully deleted the %s service.\n", AUTOSTART_SERVICE_NAME);
395 RTPrintf("The service %s was not installed, nothing to be done.", AUTOSTART_SERVICE_NAME);
397 RTPrintf("Successfully deleted the %s service.\n", AUTOSTART_SERVICE_NAME);
463 AUTOSTART_SERVICE_NAME, szExecPath); /* yea, the binary name isn't UTF-8, but wtf. */
466 AUTOSTART_SERVICE_NAME, /* lpServiceName */
480 RTPrintf("Successfully created the %s service.\n", AUTOSTART_SERVICE_NAME);
653 g_hSupSvcWinCtrlHandler = RegisterServiceCtrlHandlerExA(AUTOSTART_SERVICE_NAME, autostartSvcWinServiceCtrlHandlerEx, NULL);
762 { _T(AUTOSTART_SERVICE_NAME), autostartSvcWinServiceMai
[all...]

Completed in 43 milliseconds