SEDRIS Reference Manual
APPENDIX A - LEVEL 0 READ and WRITE API Functions SE FreeIterator |
---|
extern SE_Status_Code | |||
SE_FreeIterator | |||
( | |||
SE_Iterator | to_free | (notes) | |
); |
Frees the memory directly associated with the specified iterator.
SE_STAT_CODE_SUCCESS | and the iterator is freed, if a valid parameter was passed in and all operations succeeded. |
SE_STAT_CODE_FAILURE |
and no changes are made, if
|
a handle to the iterator to be freed.
Prev: SE_DetermineSpatialInclusion.
Next: SE_FreeObject.
Up:Index.
|