Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 20 SpaceResult and InvokeResult : SpaceResult and InvokeResult Operations : tibasInvokeResult_GetReturn()

tibasInvokeResult_GetReturn()
Function
Declaration
tibas_status tibasInvokeResult_GetReturn(
tibasInvokeResult result,
tibasTuple*        tuple);
Purpose
Returns the associated tuple value for a specified invoke result return.
Parameters
 
Remarks
Use the tibasInvokeResult_GetReturn() function to return the tuple that resulted from a call to an application function made using the tibasSpace_Invoke(), tibasSpace_InvokeMember(),tibasSpace_InvokeMembers(), tibasSpace_InvokeRemoteMembers(), or tibasSpace_InvokeSeeders() function.
If the tuple value is NULL, returns an error message.
See Also
tibasSpace_Invoke(), tibasSpace_InvokeMember(), tibasSpace_InvokeMembers(), tibasSpace_InvokeRemoteMembers(), tibasSpace_InvokeSeeders()

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved