|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "tcpsvcs.h"
Go to the source code of this file.
Macros | |
| #define | DEBUG |
| #define | STATUS_INTEGER_OVERFLOW ((DWORD)0xC0000095) |
Functions | |
| static VOID | LogToEventLog (LPCWSTR lpMsg, DWORD errNum, DWORD exitCode, UINT flags) |
| static BOOL | OpenLogFile () |
| static VOID | LogToFile (LPCWSTR lpMsg, DWORD errNum, DWORD exitCode, UINT flags) |
| VOID | LogEvent (LPCWSTR lpMsg, DWORD errNum, DWORD exitCode, UINT flags) |
| BOOL | InitLogging () |
| VOID | UninitLogging () |
Variables | |
| static LPWSTR | lpEventSource = L"tcpsvcs" |
| static WCHAR | szLogFileName [MAX_PATH] |
| static HANDLE | hLogFile = NULL |
| static OVERLAPPED | olWrite |
| BOOL InitLogging | ( | ) |
Definition at line 211 of file log.c.
Referenced by _tmain().
Definition at line 197 of file log.c.
Referenced by _tmain(), AcceptConnections(), ChargenHandler(), CreateServers(), CreateServiceThread(), DaytimeHandler(), DiscardHandler(), EchoHandler(), EchoIncomingPackets(), QotdHandler(), ReceiveIncomingPackets(), RetrieveQuote(), SendLine(), SendTime(), ServerCtrlHandler(), ServiceMain(), SetUpListener(), ShutdownConnection(), StartServer(), and UpdateStatus().
Definition at line 24 of file log.c.
Referenced by InitLogging(), LogEvent(), and LogToFile().
Definition at line 68 of file log.c.
Referenced by LogEvent().
|
static |
Definition at line 49 of file log.c.
Referenced by DECLARE_INTERFACE_(), InitLogging(), and LogToFile().
| VOID UninitLogging | ( | ) |
Definition at line 16 of file log.c.
Referenced by InitLog(), InitLogging(), LogToFile(), OpenLogFile(), and UninitLogging().
|
static |
Definition at line 14 of file log.c.
Referenced by AddNewEventSource(), and LogToEventLog().
|
static |
Definition at line 18 of file log.c.
Referenced by InitLogging(), LogToFile(), and UninitLogging().
Definition at line 15 of file log.c.
Referenced by InitLogging(), and OpenLogFile().