ReactOS 0.4.16-dev-2-g02a6913
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
static VOID CALLBACK | ServiceMain (DWORD, LPWSTR *) |
static VOID | UpdateServiceStatus (DWORD dwState) |
static DWORD WINAPI | ServiceControlHandler (DWORD dwControl, DWORD dwEventType, LPVOID lpEventData, LPVOID lpContext) |
static DWORD | ServiceInit (VOID) |
static VOID | ReportProductInfoEvent (VOID) |
static PLOGFILE | LoadLogFile (HKEY hKey, PWSTR LogName) |
static BOOL | LoadLogFiles (HKEY eventlogKey) |
int | wmain (int argc, WCHAR *argv[]) |
VOID | PRINT_RECORD (PEVENTLOGRECORD pRec) |
Variables | |
static WCHAR | ServiceName [] = L"EventLog" |
static SERVICE_TABLE_ENTRYW | ServiceTable [2] |
SERVICE_STATUS | ServiceStatus |
SERVICE_STATUS_HANDLE | ServiceStatusHandle |
BOOL | onLiveCD = FALSE |
PEVENTSOURCE | EventLogSource = NULL |
#define NDEBUG |
Definition at line 17 of file eventlog.c.
Definition at line 281 of file eventlog.c.
Referenced by LoadLogFiles().
Definition at line 429 of file eventlog.c.
Referenced by wmain().
VOID PRINT_RECORD | ( | PEVENTLOGRECORD | pRec | ) |
Definition at line 544 of file eventlog.c.
Referenced by ProcessPortMessage().
Definition at line 155 of file eventlog.c.
Referenced by ServiceMain().
|
static |
Definition at line 62 of file eventlog.c.
Referenced by ServiceMain().
Definition at line 117 of file eventlog.c.
Referenced by ServiceMain().
Definition at line 232 of file eventlog.c.
Definition at line 40 of file eventlog.c.
Referenced by ServiceControlHandler(), and ServiceMain().
Definition at line 496 of file eventlog.c.
PEVENTSOURCE EventLogSource = NULL |
Definition at line 35 of file eventlog.c.
Referenced by CheckLogOrSourceExistence(), InstallEventSource(), LogfReportEvent(), and wmain().
Definition at line 33 of file eventlog.c.
Referenced by ProcessPortMessage(), and wmain().
|
static |
Definition at line 23 of file eventlog.c.
Referenced by ServiceMain().
SERVICE_STATUS ServiceStatus |
Definition at line 30 of file eventlog.c.
Referenced by ServiceControlHandler(), and UpdateServiceStatus().
SERVICE_STATUS_HANDLE ServiceStatusHandle |
Definition at line 31 of file eventlog.c.
Referenced by ServiceControlHandler(), ServiceMain(), and UpdateServiceStatus().
|
static |
Definition at line 24 of file eventlog.c.
Referenced by _tmain(), KiSystemService(), and wmain().