ReactOS 0.4.16-dev-338-g34e76ad
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
VOID | InitEventSourceList (VOID) |
static VOID | DumpEventSourceList (VOID) |
static BOOL | AddNewEventSource (PLOGFILE pLogFile, PWSTR lpSourceName) |
BOOL | LoadEventSources (HKEY hKey, PLOGFILE pLogFile) |
PEVENTSOURCE | GetEventSourceByName (LPCWSTR Name) |
Variables | |
static LIST_ENTRY | EventSourceListHead |
static CRITICAL_SECTION | EventSourceListCs |
#define NDEBUG |
Definition at line 13 of file eventsource.c.
Definition at line 57 of file eventsource.c.
Referenced by LoadEventSources().
Definition at line 30 of file eventsource.c.
Referenced by LoadEventSources().
PEVENTSOURCE GetEventSourceByName | ( | LPCWSTR | Name | ) |
Definition at line 202 of file eventsource.c.
Referenced by ElfCreateEventLogHandle(), and wmain().
Definition at line 22 of file eventsource.c.
Referenced by wmain().
Definition at line 82 of file eventsource.c.
Referenced by LoadLogFiles().
|
static |
Definition at line 17 of file eventsource.c.
Referenced by AddNewEventSource(), DumpEventSourceList(), GetEventSourceByName(), and InitEventSourceList().
|
static |
Definition at line 16 of file eventsource.c.
Referenced by AddNewEventSource(), DumpEventSourceList(), GetEventSourceByName(), and InitEventSourceList().