DSC Tech Library
FASTPLUS C Library
fpfile_close()
Function fpfile_close closes a FASTPLUS file from within an application program. If no
other users have this file open, fpfile_close will also remove the file from the
FASTPLUS shared memory.
The syntax for fpfile_close is as follows:
fpfile_close(int file_id)
Int file_id
- File unit of the open FASTPLUS file to close.
The possible values for fperrno and an explanation of each value follow.
Value
Explanation
--------------------------------------------------
FEROK - Code 0: Successful FASTPLUS Operation
FERUNT - Code 6: Illegal FAST file id
FERNSV - Code 43: No servers started
|