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


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

tibasSpaceResultList_Size()
Function
Declaration
tibas_status tibasSpaceResultList_Size(
tibasSpaceResultList resultList,
tibas_int*           size)
Purpose
Returns the number of tuples in the SpaceResultList object.
Parameters
 
Remarks
Use the tibasSpaceResultList_Size() function to return the size of a specified SpaceResult list. Calling this function before you call the tibasSpaceResultList_Get() function can prevent requesting a get of data from an index value higher than the upper limit of the list.
See Also
tibasSpaceResultList_Get()
 

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