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

Methods and Properties in Vtable Order

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

Item

Get one item in the collection

Add

Returns the next number of events in the enumeration sequence

Count

Returns the next number of events in the enumeration sequence

Remove

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();