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


Chapter 10 IndexDef : IndexDef Operations : tibasIndexDefList_Size()

tibasIndexDefList_Size()
Function
Declaration
tibas_status tibasIndexDefList_Size(
tibasIndexDefList indexDefList,
tibas_int* size)
Purpose
Returns the number of elements in a specified list of IndexDefs.
Parameters
 
Remarks
Use the tibasIndexDefList_Size() function to return the number of elements in a specified list of IndexDefs.
Use the size value returned by tibasIndexDefList_Size() as to determine the upper limit for the index value used with the tibasIndexDefList_Get() function.
See Also
tibasIndexDefList_Get()
 

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