|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | register_service_ex register_service_exA |
| #define | register_service register_serviceA |
| #define register_service register_serviceA |
| #define register_service_ex register_service_exA |
| SC_HANDLE register_service_exA | ( | SC_HANDLE | scm_handle, |
| PCSTR | test_name, | ||
| PCSTR | service_name, | ||
| PCSTR extra_args | OPTIONAL, | ||
| DWORD | dwDesiredAccess, | ||
| DWORD | dwServiceType, | ||
| DWORD | dwStartType, | ||
| DWORD | dwErrorControl, | ||
| LPCSTR lpLoadOrderGroup | OPTIONAL, | ||
| LPDWORD lpdwTagId | OPTIONAL, | ||
| LPCSTR lpDependencies | OPTIONAL, | ||
| LPCSTR lpServiceStartName | OPTIONAL, | ||
| LPCSTR lpPassword | OPTIONAL | ||
| ) |
Definition at line 86 of file svchlp.c.
Referenced by register_serviceA().
| SC_HANDLE register_service_exW | ( | SC_HANDLE | scm_handle, |
| PCWSTR | test_name, | ||
| PCWSTR | service_name, | ||
| PCWSTR extra_args | OPTIONAL, | ||
| DWORD | dwDesiredAccess, | ||
| DWORD | dwServiceType, | ||
| DWORD | dwStartType, | ||
| DWORD | dwErrorControl, | ||
| LPCWSTR lpLoadOrderGroup | OPTIONAL, | ||
| LPDWORD lpdwTagId | OPTIONAL, | ||
| LPCWSTR lpDependencies | OPTIONAL, | ||
| LPCWSTR lpServiceStartName | OPTIONAL, | ||
| LPCWSTR lpPassword | OPTIONAL | ||
| ) |
Definition at line 142 of file svchlp.c.
Referenced by my_test_server(), and register_serviceW().
| SC_HANDLE register_serviceA | ( | SC_HANDLE | scm_handle, |
| PCSTR | test_name, | ||
| PCSTR | service_name, | ||
| PCSTR extra_args | OPTIONAL | ||
| ) |
Definition at line 198 of file svchlp.c.
| SC_HANDLE register_serviceW | ( | SC_HANDLE | scm_handle, |
| PCWSTR | test_name, | ||
| PCWSTR | service_name, | ||
| PCWSTR extra_args | OPTIONAL | ||
| ) |
Definition at line 212 of file svchlp.c.
Definition at line 27 of file svchlp.c.
Referenced by service_ok(), and service_trace().
Definition at line 48 of file svchlp.c.
Definition at line 60 of file svchlp.c.
Definition at line 280 of file svchlp.c.