Database Systems Corp.
Home  |   Contact Us  |   About Us  |   Sign Up  |   FAQ

predictive dialers and crm software
computer telephony software predictive dialer

IVR Services
Voice Broadcasting
ACD Systems Automatic Call Distribution
Telecommuting Software
Window On the Web
Voice Recording Software
Predictive Dialer
Business Phone Systems
Softphone
Auto Dialer Phone System
Community Notification Systems
Emergency Communications

predictive dialers and crm software
Information

Predictive Dialer
Predictive Dialing Software
Business Phone Systems
B2B Phone System
Auto Dialers
Predictive Dialers
Phone Dialers
Autodialing
Auto Dialer Software
Automatic Dialer Solutions
CRM Software Solutions
Predictive Dialer Software
Autodialer Software

predictive dialers and crm software


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.