ixDeleteRecordNum -- Delete a record from the index.
void ixDeleteRecordNum(OnixIndexManagerT IndexManager, RecordNumT RecordNum, StatusCodeT *Status);
IndexManager -- An index manager with an open index and a retrieval session in progress.
RecordNum -- The record number of the record which is to be deleted.
Status -- A pointer to a value of type StatusCodeT. If an error occurs *Status will be set to a negative value corresponding with the error.
Nothing.
ixDeleteRecordNum deletes a record from the index. The function deletes the record with the record number RecordNum. This function will fail if an index is not open and a retrieval session is not in progress. The deletion takes place immediately. However, the deletion will not be committed to the index itself until the index is closed by a call to ixCloseIndex().
ixIsRecordDeleted, ixDeleteRecordNums, ixUnDeleteRecordNum, ixUnDeleteRecordNums, ixOutputDeletedRecords, ixGetNumberOfRecordsDeleted