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

/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostart-win.cpp73 static SC_HANDLE autostartSvcWinOpenSCManager(const char *pszAction, DWORD dwAccess);
196 static SC_HANDLE autostartSvcWinOpenSCManager(const char *pszAction, DWORD dwAccess) function
233 SC_HANDLE hSCM = autostartSvcWinOpenSCManager(pszAction, dwSCMAccess);
455 SC_HANDLE hSCM = autostartSvcWinOpenSCManager("create", SC_MANAGER_CREATE_SERVICE); /*SC_MANAGER_ALL_ACCESS*/

Completed in 33 milliseconds