|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include <windef.h>#include <winbase.h>#include <winreg.h>#include <winsvc.h>#include <debug.h>
Go to the source code of this file.
Macros | |
| #define | WIN32_NO_STATUS |
| #define | _INC_WINDOWS |
| #define | COM_NO_WINDOWS_H |
| #define | NDEBUG |
Functions | |
| static VOID | UpdateServiceStatus (DWORD dwState) |
| static DWORD WINAPI | ServiceControlHandler (DWORD dwControl, DWORD dwEventType, LPVOID lpEventData, LPVOID lpContext) |
| VOID | DealWithDeviceEvent () |
| VOID WINAPI | ServiceMain (DWORD argc, LPTSTR *argv) |
| BOOL WINAPI | DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) |
Variables | |
| static WCHAR | ServiceName [] = L"dcomlaunch" |
| static SERVICE_STATUS_HANDLE | ServiceStatusHandle |
| static SERVICE_STATUS | ServiceStatus |
| static HANDLE | ShutdownEvent |
| #define _INC_WINDOWS |
Definition at line 11 of file dcomlaunch.c.
| #define COM_NO_WINDOWS_H |
Definition at line 12 of file dcomlaunch.c.
| #define NDEBUG |
Definition at line 19 of file dcomlaunch.c.
| #define WIN32_NO_STATUS |
Definition at line 10 of file dcomlaunch.c.
| VOID DealWithDeviceEvent | ( | ) |
Referenced by ServiceMain().
Definition at line 130 of file dcomlaunch.c.
|
static |
Definition at line 55 of file dcomlaunch.c.
Referenced by ServiceMain().
Definition at line 101 of file dcomlaunch.c.
Definition at line 33 of file dcomlaunch.c.
Referenced by ServiceControlHandler(), and ServiceMain().
|
static |
Definition at line 24 of file dcomlaunch.c.
Referenced by ServiceMain().
|
static |
Definition at line 27 of file dcomlaunch.c.
Referenced by ServiceControlHandler(), and UpdateServiceStatus().
|
static |
Definition at line 26 of file dcomlaunch.c.
Referenced by ServiceControlHandler(), ServiceMain(), and UpdateServiceStatus().
|
static |
Definition at line 28 of file dcomlaunch.c.
Referenced by RawInputThreadMain(), ServiceControlHandler(), and ServiceMain().