tibemsCollection_GetNext
Function
C Declaration
tibems_status tibemsCollection_GetNext( tibemsCollection collection, collectionObj* object);
COBOL Call
CALL "tibemsCollection_GetNext" USING BY VALUE collection, BY REFERENCE obj, RETURNING tibems-status END-CALL.
Remarks
This function gets the next object in a collection. If there are no more objects in the collection, tibemsCollection_GetNext returns TIBEMS_NOT_FOUND.
The function tibemsCollection_GetFirst must be called before tibemsCollection_GetNext is called for the first time.
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.