DsInqErrorVars(3D) — Kubota Pacfic Computer Inc. (\*(Dd)
NAME
DsInqErrorVars − Return current error file and error handler
SYNOPSIS
C:
void DsInqErrorVars(errorfile, errorhandler)
DtInt ∗errorfile;
DtPFI ∗errorhandler;
FORTRAN:
CALL DSQEV(ERRFIL, ERRHND)
INTEGER∗4 ERRFIL
INTEGER∗4 ERRHND
DESCRIPTION
DsInqErrorVars returns the current error file descriptor and error handler. The parameter errorfile specifies the location of the current error file descriptor. The parameter errorhandler specifies the location of the current error handler. See DsSetErrorVars for a more detailed description of the Doré error handling system.
SEE ALSO
DsInqErrorMessage(3D), DsSetErrorVars(3D)
September 02, 1992