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


Chapter 15 Administration : tibemsCollection : tibemsCollection_GetCount

tibemsCollection_GetCount
Function
Purpose
Get the count of objects in a collection.
C Declaration
tibems_status tibemsCollection_GetCount(
    tibemsCollection collection,
    tibems_int* count);
COBOL Call
CALL "tibemsCollection_GetCount"
 USING BY VALUE collection,
       BY REFERENCE count,
       RETURNING tibems-status
END-CALL.
collection has usage pointer.
Parameters
 
 

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