SA_IsiReadKS
SA_IsiReadKS allows reading of records after a successful indexed read in ascending order.
int SA_IsiReadKS ( SA_FH IsiFH, u8 *Buffer, u32 BufLen );
Note the following:
The buffer size must be equal to or larger than the reclen parameter specified in SA_IsiPrep plus one (1) for null termination.
A null buffer pointer will allow positioning to the indicated record without actually reading it.
Function return codes are as follows:
|
Value |
Meaning |
|
nn |
Number of bytes read + 1. |
|
0 |
No record meet this key specification. |
|
-nn |
Error as described in Sunaccess Errors |
![]() |