tibasInvokeOptions_Initialize()

Sets the values in a structure used to call the tibasSpace_Invoke() function or the tibasSpace_InvokeMember() function.

Declaration

void tibasInvokeOptions_Initialize(
    tibasInvokeOptions* options)

Parameters

Parameter Description
options Specifies a tibasInvokeOptions structure that specifies the values used for an invoke operation.

Remarks

Use the tibasInvokeOptions_Initialize() function to initialize the values used to perform a remote function invocation. For more information, see tibasSpace_Invoke().