Example 2: Retrieving Objects from Iterators
SE_Return_Code SE_GetNextObject
- Objects can be sequentially retrieved from Iterators using the API function SE_GetNextObject().
- SE_Objects are allocated by the API and must be freed.
- If the component relationship has a link object, the object is returned in the third argument.
- SE_IsIteratorEmpty() returns SE_TRUE if there are no objects to be returned by the iterator.
SE_Boolean SE_IsIteratorEmpty