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


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

tibasInvokeResult_GetStatus()
Function
Declaration
tibas_status tibasInvokeResult_GetStatus(
tibasInvokeResult result,
tibas_status* status);
Purpose
Returns the status of a specified invoke result.
Parameters
 
Specify the InvokeResult object for which to get a status.
Remarks
Use the tibasInvokeResult_GetStatus() function to return the status of a call to an application function made using the tibasSpace_Invoke(), tibasSpace_InvokeMember(),tibasSpace_InvokeMembers(), tibasSpace_InvokeRemoteMembers(), or tibasSpace_InvokeSeeders() function.
If the status is OK, returns TIBAS_OK; otherwise, returns a status code indicating an error.
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