ixNumberOfRecordsInIndex
void ixNumberOfRecordsInIndex(OnixIndexManagerT IndexManager, RecordNumT *NumRecords, StatusCodeT *Status)
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.
Nothing.
The value *NumRecords will be filled in by the number of records in the index.
The value *Status will be filled in with an error value if an error occurs.
ixNumberOfRecordsInIndex finds the number of records in the index and places the value in *NumRecords.