SEDRIS Reference Manual
APPENDIX A - LEVEL 0 READ and WRITE API Functions SE GetRemainingObjectsList |
---|
extern SE_Status_Code | |||
SE_GetRemainingObjectsList | |||
( | |||
SE_Iterator | iterator, | (notes) | |
SE_Remaining_Objects_List | * | remaining_objects_out_ptr | (notes) |
); |
Iterates over the remaining objects available through an iterator, and returns all of all of them at one time.
SE_STAT_CODE_SUCCESS | and *remaining_objects_out_ptr is filled in with the object list data, if valid parameters were passed in. | ||
SE_STAT_CODE_DIFFERENT_TRANSMITTAL | and *remaining_objects_out_ptr is filled in with the object list data, if valid parameters were passed in, but or more objects encountered were contained in different transmittals than the iterator's start_object. | ||
SE_STAT_CODE_UNRESOLVED_OBJECT | and *remaining_objects_out_ptr is
filled in with the object list data, if valid parameters were passed in,
but one or more objects encountered were not resolved.
| ||
SE_STAT_CODE_NULL_REQUIRED_PARAMETER | and *remaining_objects_out_ptr is left unaltered, if remaining_objects_out_ptr was NULL. | ||
SE_STAT_CODE_NO_OBJECT | and the fields of *remaining_objects_out_ptr set to zero or NULL, if the iterator is out of objects to return. | ||
SE_STAT_CODE_FAILURE |
and the fields of *remaining_objects_out_ptr are left unaltered, if
|
the iterator whose remaining objects are being requested.
a pointer to a variable in the user's memory space, into which the next object list will be copied.
Prev: SE_GetRelationCounts.
Next: SE_GetRemainingPackedHierarchiesList.
Up:Index.
|