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


Chapter 24 MemberList : MemberList Operations : tibasMemberList_Size()

tibasMemberList_Size()
Function
Declaration
tibas_status tibasMemberList_Size
     (tibasMemberList memberList,
      tibas_int       *size)
Purpose
Returns the number of entries in a specified MemberList object.
Parameters
 
Remarks
Use the tibasMemberList_Size() function to determine the number of entries that are in a specified memberList object.
You can call this function before calling the tibasMemberList_Get() function, to ensure that index position for which you are trying to get a Member object is within the range of entries in the Member List.
Use the tibasMetaspace_GetSpaceMembers() function to return a tibasMemberList object that lists the space members for a specified space.
See Also
tibasMetaspace_GetSpaceMembers()
 

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