tibasMemberList_Get()

Returns the member object stored at the specified position index in a specified MemberList object.

Declaration

tibas_status tibasMemberList_Get
     (tibasMemberList memberList,
      tibasMember *member,
      tibas_int index)

Parameters

Parameter Description
memberList The MemberList object on which the function is invoked.
member The Member object returned by the function.
index The index position of the member object to be returned by the function.

Remarks

Use the tibasMemberList_Get() function to return the member object at a specified index position in a specified Member List.

Use the tibasMetaspace_GetSpaceMembers() function to obtain a tibasMemberList object to pass to tibasMemberListGet().