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


Chapter 2 Metaspace : Metaspace Operations : tibasMetaspace_GetSpaceMembers()

tibasMetaspace_GetSpaceMembers()
Function
Declaration
tibas_status tibasMetaspace_GetSpaceMembers(
tibasMetaspace    metaspace,
    tibasMemberList*  memberList,
const char*       spaceName)
Purpose
Returns a list of all the members of the space.
Parameters
 
Remarks
Use the tibasMetaspace_GetSpaceMembers() function to return a list of the members of a specified space in a specified metaspace.
After you have obtained the member list, you can call the tibasMemberList functions to determine additional information about the members.
See Also
tibasMetaspace_GetSystemSpace(), tibasMetaspace_GetSpaceDef(), tibasMemberList_Size(), tibasMemberList_Get()

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