ISafeIterator.Next (METH)ΒΆ

METHOD Next : COLLECTION_ERROR

Get the next element itfElement. The method MUST be called until the error NO_MORE_ELEMENTS or another error is returned. This is necessary so that prvInstRelease of the element is called safely for the last element. Returns COLLECTION_ERROR.NO_MORE_ELEMENTS if the end of the iteration has been reached or COLLECTION_ERROR.COLLECTION_CHANGED if the collection has been changed.

InOut:

Scope

Name

Type

Return

Next

COLLECTION_ERROR

Output

itfElement

IElement