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


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

tibasInvokeResult_HasError()
Function
Declaration
tibas_status tibasInvokeResult_HasError(
tibasInvokeResult result);
Purpose
Indicates whether a specified invoke result has an error.
Parameters
 
Remarks
Use the tibasInvokeResult_HasError() function to determine whether a specified result from an application call to one of the invocation functions has an error.
If the result contains an error, the function returns TIBAS_TRUE. Otherwise it returns TIBAS_FALSE.
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