Mission Base

Program Base Library Functions

pblKeyFile_t* pblKfCreate

( char* path,
  void* filesettag )

Create a key file with the name specified by path.

Documentation

Create a key file with the name specified by path.

A file set tag can be attached to the file, if a file having a non NULL file set tag is flushed to disk all files having the same file set tag attached are flushed as well.

RESTRICTIONS:
- the file to create must not exists.
- the current record of the file will not be set

Parameters:
path - path of file to create
filesettag - file set tag, for flushing multiple files consistently
Returns:
pblKeyFile_t * retptr == NULL: an error occured, see pbl_errno
pblKeyFile_t * retptr != NULL: a pointer to a key file descriptor

Alphabetic index



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