ixNumberOfRecordsInIndex
Name
ixNumberOfRecordsInIndex
Synopsis
void ixNumberOfRecordsInIndex(OnixIndexManagerT IndexManager, RecordNumT *NumRecords, StatusCodeT *Status)
Arguments
IndexManager: The index manager which was returned from the call to ixCreateIndexManager(). The index manager must also have been associated with an index and the index loaded by a call to ixOpenIndex() and ixStartRetrievalSession().
NumRecords: A pointer to a value of type RecordNumT.
Status: A pointer to a value of type StatusCodeT representing any error conditions.
Returns
Nothing.
The pointer NumRecords will be stored with the number of records in the index.
If an error occurred, Status will be set to the error number.
Description
ixNumberOfRecordsInIndex finds the number of records in the index and places the value in *NumRecords.
See Also
Index Statistics
ixHighestRecordNumberInIndex, ixGetNumberOfUnoptimizedInsertions