get the key and keylen of a record
get the key and keylen of a recordparameter which specifies which record to get relative to the search key specified by index. the following values for which are possible
PBLTHIS - get key and keylen of current record
PBLNEXT - get key and keylen of next record
PBLPREV - get key and keylen of previous record
PBLFIRST - get key and keylen of first record
PBLLAST - get key and keylen of last recordparameter index specifies which of the keys to get, the pseudo index value -1 can be used in order to access the file sequentially in the order the records were inserted. okey is not set in this case, a key length of 0 is returned in case the call went OK.
RESTRICTIONS:
- the out parameter okey must point to a memory area that is big enough to hold any possible key, i.e 255 bytes