|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <apitest.h>#include <windef.h>#include <winbase.h>#include <wingdi.h>#include <winreg.h>#include <winsvc.h>#include <winspool.h>#include <winsplp.h>#include <tlhelp32.h>#include "localspl_apitest.h"#include <debug.h>
Go to the source code of this file.
Macros | |
| #define | WIN32_NO_STATUS |
Functions | |
| static void | _DoDLLInjection () |
| static DWORD WINAPI | _ServiceControlHandlerEx (DWORD dwControl, DWORD dwEventType, LPVOID lpEventData, LPVOID lpContext) |
| static void WINAPI | _ServiceMain (DWORD dwArgc, LPWSTR *lpszArgv) |
| START_TEST (service) | |
|
static |
Definition at line 27 of file service.c.
Referenced by _ServiceMain().
|
static |
Definition at line 126 of file service.c.
Referenced by _ServiceMain().
Definition at line 132 of file service.c.
Referenced by START_TEST().
| START_TEST | ( | service | ) |
Definition at line 160 of file service.c.