Searched refs:OpenSCManager (Results 1 - 2 of 2) sorted by relevance
| /httpd/server/mpm/winnt/ |
| H A D | service.c | 72 * implementation because we don't actually pass strings to OpenSCManager. 75 #undef OpenSCManager macro 80 static APR_INLINE SC_HANDLE OpenSCManager(const void *lpMachine, function 283 (schSCManager = OpenSCManager(NULL, NULL, SC_MANAGER_CONNECT))) 798 schSCManager = OpenSCManager(NULL, NULL, /* local, default database */ 954 schSCManager = OpenSCManager(NULL, NULL, /* local, default database */ 1044 schSCManager = OpenSCManager(NULL, NULL, /* local, default database */ 1153 schSCManager = OpenSCManager(NULL, NULL, /* default machine & database */
|
| /httpd/support/win32/ |
| H A D | ApacheMonitor.c | 550 schSCManager = OpenSCManager(szComputerName, NULL, 705 schSCManager = OpenSCManager(szComputerName, NULL,
|
Completed in 15 milliseconds