DSC Tech Library
FASTPLUS C Library
fperror_get()
Function fperror_get returns information about the last fastplus system error. The
information returned is the same as the standard fastplus system error display.
The syntax for fperror_get is as follows:
fperror_get(int *file_id, int *node, int *sys_errno, int *filename, int *routine)
int file_id -
File unit of open file from previous fpfile_open function.
int *node - File
node number, 200 = data, 1-199 = index.
int *sys_errno - System error number corrisponding to the
system error file errno.h.
int *filename - File name error is on.
int *routine - Routine name
generating the error.
|