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.
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 |
---|---|
Returns the next number of events in the enumeration sequence | |
Skips several events in the enumeration sequence | |
Resets the enumeration sequence to the first element | |
Clones the enumeration object | |
Returns the next number of events wrapped in an safearray of the enumeration sequence |