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

ixGetNumberOfRecordsDeleted

NAME

ixGetNumberOfRecordsDeleted -- Get the number of records which are deleted.

SYNOPSIS

RecordNumT ixGetNumberOfRecordsDeleted(OnixIndexManagerT IndexManager, StatusCodeT *Status);

ARGUMENTS

IndexManager -- An index manager with an open index and a retrieval session in progress.

Status -- A pointer to a value of type StatusCodeT.  If an error occurs Status will bet set to the appropriate error code.

RETURNS

The number of records in the current index which are deleted.

DESCRIPTION

ixGetNumberOfRecordsDeleted returns the number of records in the currently open index which are deleted.  Note that this function will fail if the index associated with the index manager is not open and a retrieval session is not in progress.

SEE ALSO

ixIsRecordDeleted, ixDeleteRecordNum, ixDeleteRecordNums, ixUnDeleteRecordNum, ixUnDeleteRecordNums, ixOutputDeletedRecords