Item

ITcEnumEvents

This method returns an Item in the collection.

HRESULT Item(
    [in] int Index,
    [out, retval]ITcEvent** pVal );

Parameter

Index

[in] Id of the event to be returned

pVal

[out] To the element at the requested index.

return Values

S_OK

Function was successfully called.

Remarks

Depending on the programming language you are using, you might rather want to use the objects standard enumerator instead of its interface methods.