ITcEnumEventEx
The ITcEnumEventsEx interface is used to iterate through a list of events. This interface is provided to use better compatibility to the .NET programming languages. It implements the IEnumVARIANT interface to provide a StandardEnumerator. If you are programming in C++ you might want to use the previous ITcEnumEvents interface
IUnknown Methods | Description |
---|---|
QueryInterface | returns a pointer to the interface you query for |
AddRef | Increment the reference counter |
Release | Decrements the reference counter |
ITcEnumEventsExMethods | Description |
---|---|
Get one item in the collection | |
Returns the next number of events in the enumeration sequence | |
Returns the next number of events in the enumeration sequence | |
Returns the next number of events in the enumeration sequence | |
GetEnumerator | Returns a standard IEnumerator object |
Visual Studio 2005 C# Sample Code:
foreach(TcEventevtinnewTcEventLog().EnumActiveEventsEx())
evt.Reset();