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


Chapter 21 SpaceResultList and InvokeResultList : SpaceResultList and InvokeResultList Operations : tibasInvokeResultList_GetStatus()

tibasInvokeResultList_GetStatus()
Function
Declaration
tibas_status tibasInvokeResultList_GetStatus(
tibasInvokeResultList resultList,
tibas_status* status,
tibas_int index)
Purpose
Returns the status of an invoke result at a specified index position in a specified invoke result list.
Parameters
 
Remarks
Use the tibasInvokeResult_GetStatus() function to return the status of a result from a call to an application function made using the tibasSpace_InvokeMembers(), tibasSpace_InvokeRemoteMembers(), or tibasSpace_InvokeSeeders() function. The function allows you to specify the index position in the InvokeResult list returned by these functions.
If the status is OK, returns TIBAS_OK; otherwise, returns a status code indicating an error.
See Also
tibasSpace_InvokeMembers(), tibasSpace_InvokeRemoteMembers(), tibasSpace_InvokeSeeders()

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