Mission Base

Program Base Library Functions

int pblIsamReadKey

( pblIsamFile_t* isamfile, int index,
  void* okey )

read the key and keylen of the current record

Documentation

read the key and keylen of the current record

parameter index specifies which of the keys to read

RESTRICTIONS:
- the out parameter okey must point to a memory area that is big enough to hold any possible key, i.e 255 bytes

Parameters:
isamfile - ISAM file to read in
index - index of key read
okey - buffer for result key
Returns:
int rc >= 0:
int rc < 0:

Alphabetic index



This page was generated with the help of DOC++.