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


Chapter 3 Space : Space Operations and Options Initialization Operations : tibasSpace_Size()

tibasSpace_Size()
Function
Declaration
tibas_status tibasSpace_Size
(tibasSpace space,
tibas_long* size,
const char* filter)
Purpose
Returns the number of entries in the space.
Parameters
 
A sting specifying filter criteria. Can be NULL if no filter is desired.
Remarks
Use the tibasSpace_Size() function to return the number of entries in a specified space.
You can specify a string value with the filter parameter that requests return of the number of entries in the space which match a given filter. If you do not provide a filter string, code NULL for the filter parameter.

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