tibasMetaspace_GetMember()
Returns the member with the specified id/name from the specified metaspace.
Declaration
tibas_status tibasMetaspace_GetMember(
tibasMetaspace metaspace,
tibasMember* member,
const char* idOrName)
| Parameter
|
Description
|
| metaspace
|
The metaspace from which to get the member.
|
| member
|
Pointer to the member object that is returned.
|
| idOrName
|
ID or name of the member for which to get.
|
Copyright © Cloud Software Group, Inc. All rights reserved.