ixGetNumberOfRecordsDeleted -- Get the number of records which are deleted.
RecordNumT ixGetNumberOfRecordsDeleted(OnixIndexManagerT IndexManager, StatusCodeT *Status);
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.
The number of records in the current index which are deleted.
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.
ixIsRecordDeleted, ixDeleteRecordNum, ixDeleteRecordNums, ixUnDeleteRecordNum, ixUnDeleteRecordNums, ixOutputDeletedRecords