|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <windows.h>#include <tchar.h>

Go to the source code of this file.
Macros | |
| #define | DEBUG 1 |
| #define | LOG_FILE 1 |
| #define | LOG_EVENTLOG 2 |
| #define | LOG_ERROR 4 |
| #define | LOG_ALL (LOG_FILE | LOG_EVENTLOG | LOG_ERROR) |
Functions | |
| VOID | LogEvent (LPCTSTR lpMsg, DWORD errNum, DWORD exitCode, UINT flags) |
| VOID | InitLogging () |
Variables | |
| volatile BOOL | bShutDown |
| volatile BOOL | bPause |
| #define DEBUG 1 |
Definition at line 4 of file myservice.h.
| #define LOG_ALL (LOG_FILE | LOG_EVENTLOG | LOG_ERROR) |
Definition at line 9 of file myservice.h.
| #define LOG_ERROR 4 |
Definition at line 8 of file myservice.h.
| #define LOG_EVENTLOG 2 |
Definition at line 7 of file myservice.h.
Definition at line 6 of file myservice.h.
| VOID InitLogging | ( | ) |
Definition at line 211 of file log.c.
Referenced by _tmain().
Definition at line 152 of file log.c.
Definition at line 17 of file tcpsvcs.c.
Referenced by ServerCtrlHandler().
Definition at line 12 of file ServiceMain.c.
Referenced by ServerCtrlHandler(), and ThreadProc().