|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "precomp.h"
Go to the source code of this file.
Variables | |
| static HANDLE | hClientPipe = INVALID_HANDLE_VALUE |
| static WCHAR | named_pipe_name [100] |
| static CHAR | service_nameA [100] |
| static WCHAR | service_nameW [100] |
Definition at line 226 of file svchlp.c.
Referenced by test_runner().
| 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.
|
static |
Definition at line 18 of file svchlp.c.
Referenced by send_msg(), and service_process().
|
static |
Definition at line 19 of file svchlp.c.
Referenced by service_process(), and test_runner().
|
static |
Definition at line 21 of file svchlp.c.
Referenced by service_process(), and test_runner().
|
static |
Definition at line 22 of file svchlp.c.
Referenced by service_process(), and test_runner().