tibasSpace_InvokeMember()

Invokes a specified function on a specified space member.

Declaration

tibas_status tibasSpace_InvokeMember(
    tibasSpace space,
    tibasInvokeResult* invokeResult,
    tibasMember member,
    tibasInvokeOptions options)

Parameters

Parameter Description
space The space on which the function is to be invoked.
invokeResult Returns the result of the invocation.
member Specify the member name for the member on which the function is to be invoked.
options Specifies a tibasInvokeOptions structure that specifies the values used for an invoke operation.

Remarks

Use the tibasSpace_InvokeMember() function to invoke a specified application function on a specified space member.