tibasMemberList_Size()

Returns the number of entries in a specified MemberList object.

Declaration

tibas_status tibasMemberList_Size
     (tibasMemberList memberList,
      tibas_int       *size)

Parameters

Parameter Description
memberList The MemberList object on which the function is invoked.
size The number of members in the specified member list.

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.