ixDeleteRecordNum
Name
ixDeleteRecordNum
Synopsis
void ixDeleteRecordNum(OnixIndexManagerT IndexManager, RecordNumT RecordNum, StatusCodeT *Status)
Arguments
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 representing any error conditions.
Returns
Nothing.
If an error occurred, Status will be set to the error number.
Description
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.
See Also
Deleting Records
ixIsRecordDeleted, ixDeleteRecordNums, ixUnDeleteRecordNum, ixUnDeleteRecordNums, ixOutputDeletedRecords, ixGetNumberOfRecordsDeleted