|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Functions | |
| VOID | InitializeFakeDevice (VOID) |
| DWORD WINAPI | ServiceControlHandler (DWORD dwControl, DWORD dwEventType, LPVOID lpEventData, LPVOID lpContext) |
| VOID CALLBACK | ServiceMain (DWORD argc, LPWSTR argv) |
| int | wmain (VOID) |
Variables | |
| SERVICE_STATUS_HANDLE | service_status_handle |
| SERVICE_STATUS | service_status |
Definition at line 19 of file main.c.
Referenced by ServiceMain().
| DWORD WINAPI ServiceControlHandler | ( | DWORD | dwControl, |
| DWORD | dwEventType, | ||
| LPVOID | lpEventData, | ||
| LPVOID | lpContext | ||
| ) |
Definition at line 29 of file main.c.
Referenced by ServiceMain().
Definition at line 81 of file main.c.
Referenced by ServiceStarter(), and wmain().
Definition at line 160 of file main.c.
| SERVICE_STATUS service_status |
Definition at line 14 of file main.c.
Referenced by ServiceControlHandler(), and ServiceMain().
| SERVICE_STATUS_HANDLE service_status_handle |
Definition at line 13 of file main.c.
Referenced by RegisterForDeviceNotifications(), ServiceControlHandler(), and ServiceMain().