Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 15 Administration : tibemsCollection : tibemsCollection_GetNext

tibemsCollection_GetNext
Function
Purpose
Get the next object in a collection.
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.
 
collection has usage pointer.
Parameters
 
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.
Status Codes
 
The collection has not been initialized with a call to tibemsCollection_GetFirst.
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved