ReactOS 0.4.15-dev-7907-g95bf896
_EVENTLOGFILTER Struct Reference

#include <eventvwr.h>

Collaboration diagram for _EVENTLOGFILTER:

Public Attributes

LIST_ENTRY ListEntry
 
LONG ReferenceCount
 
BOOL Information
 
BOOL Warning
 
BOOL Error
 
BOOL AuditSuccess
 
BOOL AuditFailure
 
ULONG EventID
 
PWSTR Sources
 
PWSTR Users
 
PWSTR ComputerNames
 
ULONG NumOfEventLogs
 
PEVENTLOG EventLogs [ANYSIZE_ARRAY]
 

Detailed Description

Definition at line 105 of file eventvwr.h.

Member Data Documentation

◆ AuditFailure

BOOL _EVENTLOGFILTER::AuditFailure

Definition at line 121 of file eventvwr.h.

Referenced by AllocEventLogFilter().

◆ AuditSuccess

BOOL _EVENTLOGFILTER::AuditSuccess

Definition at line 120 of file eventvwr.h.

Referenced by AllocEventLogFilter().

◆ ComputerNames

PWSTR _EVENTLOGFILTER::ComputerNames

Definition at line 134 of file eventvwr.h.

Referenced by AllocEventLogFilter(), and EnumEventsThread().

◆ Error

BOOL _EVENTLOGFILTER::Error

Definition at line 119 of file eventvwr.h.

Referenced by AllocEventLogFilter().

◆ EventID

ULONG _EVENTLOGFILTER::EventID

Definition at line 124 of file eventvwr.h.

◆ EventLogs

PEVENTLOG _EVENTLOGFILTER::EventLogs[ANYSIZE_ARRAY]

◆ Information

BOOL _EVENTLOGFILTER::Information

Definition at line 117 of file eventvwr.h.

Referenced by AllocEventLogFilter().

◆ ListEntry

LIST_ENTRY _EVENTLOGFILTER::ListEntry

Definition at line 107 of file eventvwr.h.

Referenced by BuildLogListAndFilterList(), and OpenUserEventLogFile().

◆ NumOfEventLogs

ULONG _EVENTLOGFILTER::NumOfEventLogs

Definition at line 137 of file eventvwr.h.

Referenced by AllocEventLogFilter(), EnumEventsThread(), and EventLogProperties().

◆ ReferenceCount

LONG _EVENTLOGFILTER::ReferenceCount

Definition at line 109 of file eventvwr.h.

Referenced by AllocEventLogFilter().

◆ Sources

PWSTR _EVENTLOGFILTER::Sources

Definition at line 132 of file eventvwr.h.

Referenced by AllocEventLogFilter(), and EnumEventsThread().

◆ Users

PWSTR _EVENTLOGFILTER::Users

Definition at line 133 of file eventvwr.h.

Referenced by AllocEventLogFilter(), and EnumEventsThread().

◆ Warning

BOOL _EVENTLOGFILTER::Warning

Definition at line 118 of file eventvwr.h.

Referenced by AllocEventLogFilter().


The documentation for this struct was generated from the following file: