SA_IsiDeleteK
SA_IsiDeleteK deletes from the index file the first key encountered that meets the key specification.
int SA_IsiDeleteK ( SA_FH IsiFH, u8 *Key, u16 KeyLen );
Note the following:
The associated text record is unchanged by this operation.
If {Key} is null, the key of the last record read is deleted from the index file.
If {Key} points to a key string, the first key encountered that meets that key specification is deleted.
Function return codes are as follows:
|
Value |
Meaning |
|
1 |
Success. |
|
0 |
No records meeting this key specification. |
|
-nn |
Error as described in Sunaccess Errors |
![]() |