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


Chapter 15 Administration : tibemsCollection : tibemsCollection_GetFirst

tibemsCollection_GetFirst
Function
Purpose
Get the first object in a collection.
C Declaration
tibems_status tibemsCollection_GetFirst(
    tibemsCollection collection,
    collectionObj* object);
COBOL Call
CALL "tibemsCollection_GetFirst"
 USING BY VALUE collection,
       BY REFERENCE obj,
       RETURNING tibems-status
END-CALL.
collection has usage pointer.
Parameters
 
Remarks
This function must be called before any calls to tibemsCollection_GetNext.
 

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