Program Base Library Functions

long pblIsamReadData

( pblIsamFile_t* isamfile,
  unsigned char* buffer,
  long bufferlen )

read the data of the current record

Documentation

read the data of the current record

parameter bufferlen specifies how many bytes to read

Parameters:
isamfile - ISAM file to read from
buffer - buffer to read to
bufferlen - length of that buffer
Returns:
long rc >= 0: call went ok, the value returned is the length of the data copied
long rc < 0: some error occured, see pbl_errno

Alphabetic index



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