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.
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 |
---|---|
Returns the next number ofTcEventDocLink objects in the enumeration sequence. | |
Skips several TcEventDocLink objects in the enumeration sequence | |
Resets the enumeration sequence to the first element | |
Clones the enumeration object |