ReactOS 0.4.16-dev-109-gf4cb10f
|
#include <eventlog.h>
Public Attributes | |
LIST_ENTRY | LogHandleListEntry |
PEVENTSOURCE | EventSource |
PLOGFILE | LogFile |
ULONG | CurrentRecord |
ULONG | Flags |
WCHAR | szName [1] |
Definition at line 55 of file eventlog.h.
ULONG _LOGHANDLE::CurrentRecord |
Definition at line 60 of file eventlog.h.
Referenced by ElfCreateBackupLogHandle(), ElfCreateEventLogHandle(), ElfrReadELA(), and ElfrReadELW().
PEVENTSOURCE _LOGHANDLE::EventSource |
Definition at line 58 of file eventlog.h.
ULONG _LOGHANDLE::Flags |
Definition at line 61 of file eventlog.h.
Referenced by ElfCreateBackupLogHandle(), and ElfrClearELFW().
PLOGFILE _LOGHANDLE::LogFile |
Definition at line 59 of file eventlog.h.
Referenced by ElfCreateBackupLogHandle(), ElfCreateEventLogHandle(), ElfDeleteEventLogHandle(), ElfrBackupELFW(), ElfrClearELFW(), ElfrFlushEL(), ElfrGetLogInformation(), ElfrIntReportEventW(), ElfrNumberOfRecords(), ElfrOldestRecord(), ElfrReadELA(), and ElfrReadELW().
LIST_ENTRY _LOGHANDLE::LogHandleListEntry |
Definition at line 57 of file eventlog.h.
Referenced by ElfCreateBackupLogHandle(), ElfCreateEventLogHandle(), and ElfDeleteEventLogHandle().
WCHAR _LOGHANDLE::szName[1] |
Definition at line 62 of file eventlog.h.
Referenced by ElfCreateEventLogHandle(), and ElfrIntReportEventW().