tibasSpace_InvokeMembers()

Invokes a specified application function on the members of a specified space.

Declaration

tibas_status tibasSpace_InvokeMembers(
    tibasSpace space,
    tibasInvokeResultList* invokeResultList,
    tibasMemberList memberList,
    tibasInvokeOptions options)

Parameters

Parameter Description
space The space on which the function is to be invoked.
invokeResultList Returns a list of the results of the function invocations.
memberList Specifies a tibasMemberList structure that specifies the list of members on which to invoke the function.
options Specifies a tibasInvokeOptions structure that specifies the values used for an invoke operation.

Remarks

Use the tibasSpace_InvokeMembers() function to invoke a specified application function on the members of a specified space.