tibasMemberDef_GetMemberName()

Returns the name for a specified member.

Declaration

tibas_status tibasMemberDef_GetMemberName(
    tibasMemberDef memberDef,
    const char**   name)

Parameters

Parameter Description
memberDef The memberDef object for the member for which you want to return the name.
name The name of the member that is returned.

Remarks

Use the tibasMemberDef_GetMemberName() function to return the name of a specified space member.