ITcEnumEventDocLink

The interface ITcEnumEventDocLink is used to enumerate the document links for one event for the chosen language. The interface derives from IUnknown so that it could be used by all languages that support COM custom interfaces.

Methods in Vtable Order

IUnknown Methods

Description

QueryInterface

returns a pointer to the interface you query for

AddRef

Increments the reference counter

Release

Decrements the reference counter

 

ITcEnumEventDocLinkMethods

Description

Next

Returns the next number ofTcEventDocLink objects in the enumeration sequence.

Skip

Skips several TcEventDocLink objects in the enumeration sequence

Reset

Resets the enumeration sequence to the first element

Clone

Clones the enumeration object