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

/vbox/src/VBox/Additions/WINNT/Installer/
H A DVBoxDrvInst.cpp894 int CreateService(const TCHAR *pszStartStopName, argument
906 _tprintf(_T("Installing service %ws (%ws) ...\n"), pszDisplayName, pszStartStopName);
933 pszStartStopName, /* Name of service. */
956 pszStartStopName, /* Name of service. */
1024 int DelService(const TCHAR *pszStartStopName) argument
1028 _tprintf(_T("Deleting service '%ws' ...\n"), pszStartStopName);
1039 hService = OpenService(hSCManager, pszStartStopName, SERVICE_ALL_ACCESS);
1042 _tprintf(_T("Could not open service '%ws'! Error: %ld\n"), pszStartStopName, GetLastError());
1059 _tprintf(_T("Service '%ws' already marked for deletion.\n"), pszStartStopName);
1064 _tprintf(_T("Could not delete service '%ws'! Error: %ld\n"), pszStartStopName, GetLastErro
[all...]

Completed in 1898 milliseconds