tibasMemberDef_SetContext()

Used to set a context tuple. Specifies a tuple that contains context information for a specified memberDef.

Declaration

tibas_status tibasMemberDef_SetContext(
    tibasMemberDef memberDef,
    tibasTuple context);

Parameters

Parameter Description
memberDef Specify the memberDef for which to specify context information.
context A tuple that contains context information.

Remarks

Use the tibasMemberDef_SetContext() function to specify a tuple that contains data that is unique for a specified member.

For example, you might want to specify the name of an application that the member is associated with. You can place this information in a tuple and include it in the memberDef for the member so that it can be referenced by your application.