ITcEnumEvents

The ITcEnumEvents interface is used to iterate through a list of events. The interface derives from IUnknown so that it could be used by all languages that support COM custom interfaces.

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

 

ITcEnumEvents Methods

Description

Next

Returns the next number of events in the enumeration sequence

Skip

Skips several events in the enumeration sequence

Reset

Resets the enumeration sequence to the first element

Clone

Clones the enumeration object

VBNext

Returns the next number of events wrapped in an safearray of the enumeration sequence