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

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPSvc-win.cpp52 #define SUPSVC_SERVICE_NAME "VBoxSupSvc" macro
126 SC_HANDLE hSvc = OpenService(hSCM, SUPSVC_SERVICE_NAME, dwSVCAccess);
291 RTPrintf("Successfully deleted the %s service.\n", SUPSVC_SERVICE_NAME);
302 RTPrintf("The service %s was not installed, nothing to be done.", SUPSVC_SERVICE_NAME);
304 RTPrintf("Successfully deleted the %s service.\n", SUPSVC_SERVICE_NAME);
352 SUPSVC_SERVICE_NAME, szExecPath); /* yea, the binary name isn't UTF-8, but wtf. */
355 SUPSVC_SERVICE_NAME, /* lpServiceName */
369 RTPrintf("Successfully created the %s service.\n", SUPSVC_SERVICE_NAME);
534 g_hSupSvcWinCtrlHandler = RegisterServiceCtrlHandlerEx(SUPSVC_SERVICE_NAME, supSvcWinServiceCtrlHandlerEx, NULL);
663 { SUPSVC_SERVICE_NAME, supSvcWinServiceMai
[all...]

Completed in 43 milliseconds