Example 2: Component Iterators
SE_Return_Code SE_InitializeComponentIterator3
SE_Iterator *Iterator_out_ptr
- SE_InitializeComponentIterator3() creates a component SE_Iterator.
- The Iterator will traverse down from start_object and find all objects matching the criteria stored in the search filter.
- This is a C language macro that resolves to SE_InitializeComponentIterator() with default parameters passed for more advanced functionality of Iterators.
- SE_Iterator is an opaque type that is allocated by the API, and so must be freed with SE_FreeIterator().
SE_Return_Code SE_FreeIterator