The Main Manual Page Dynamic API Documentation CD-ROM API Documentation About Onix Types About Onix Errors Onix's Web Site at Lextek International Lextek International Onix Full Text Indexing and Retrieval Toolkit

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.

RETURNS

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.

DESCRIPTION

ixNumberOfRecordsInIndex finds the number of records in the index and places the value in *NumRecords.