INQUIRE ERROR HANDLING MODE(3P) — Kubota Pacfic Computer Inc. (29 February 1991)
NAME
INQUIRE ERROR HANDLING MODE − inquire the current error handling mode
SYNOPSIS
C Syntax
void
pinq_err_hand_mode ( error_ind, mode )
Pint∗error_ind;OUT error indicator
Perr_mode∗mode;OUT error mode
Required PHIGS Operating States
(PHOP, ∗, ∗, ∗)
DESCRIPTION
Purpose
Use INQUIRE ERROR HANDLING MODE to determine the current error handling mode. Error handling may be ON or OFF.
See the description of the subroutine SET ERROR HANDLING MODE for more information.
C Output Parameters
error_ind
A pointer to the location to store the error number of any error detected by this function.
modeA pointer to a Perr_mode enumerated type, in which the system returns the current error handling mode. Values for Perr_mode are defined in phigs.h as follows:
PERR_OFF
PERR_ON
ERRORS
002Ignoring function, function requires state (PHOP, ∗, ∗, ∗)
SEE ALSO
ERROR HANDLING (3P)
ERROR LOGGING (3P)
September 02, 1992