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


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

tibasInvokeResultList_Size()
Function
Declaration
tibas_status tibasInvokeResultList_Size(
tibasInvokeResultList resultList,
tibas_int* size);
Purpose
Returns the size of a specified invoke result list.
Parameters
 
Remarks
Use the tibasInvokeResultList_Size() function to determine the size of a specified result list. This is useful when coding iterative functions to loop through an invoke result list. Invoke result lists are returned by a call to the tibasSpace_InvokeMembers(), tibasSpace_InvokeRemoteMembers(), or tibasSpace_InvokeSeeders() function.
See Also
tibasSpace_InvokeMembers(), tibasSpace_InvokeRemoteMembers(), tibasSpace_InvokeSeeders(), tibasSpaceResultList_Get()

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