|
|
|
class CLogFilterList : public CArrayPtrFlat< const CLogFilter >;
A set of event view filters.
Specifically, this is an array of pointers to const CLogFilter objects and is derived from CArrayPtrFlat.
CArrayPtrFlat< const CLogFilter > - No description.
CLogFilterList - A set of event view filters.
Defined in CLogFilterList:
CLogFilterList()Constructs a flat array of pointers to const CLogFilter objects. CopyL()constCreates a copy of this set of event view filters.CopyLC()constCreates a copy of this set of event view filters and puts a pointer to the copy ...CLogFilterSpecifies the conditions that events must satisfy to appear in a view.CLogViewEventA view on the event log.CLogViewRecentA view on a recent event list. IMPORT_C CLogFilterList();
Constructs a flat array of pointers to const CLogFilter objects.
IMPORT_C CLogFilterList* CopyL() const;
Creates a copy of this set of event view filters.
|
IMPORT_C CLogFilterList* CopyLC() const;
Creates a copy of this set of event view filters and puts a pointer to the copy onto the cleanup stack.
|