Mission Base

Program Base Library Functions

int pblIsamClose

( pblIsamFile_t* isamfile )

close an ISAM file

Documentation

close an ISAM file

all changes are flushed to disk before, all memory allocated for the file is released.

Parameters:
isamfile - ISAM file to close
Returns:
int rc == 0: call went OK, file is closed
int rc != 0: some error, see pbl_errno

Alphabetic index



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