INQUIRE ERROR HANDLING MODE
CALL SEQUENCE
void pinq_err_hand_mode(
Pint *error_ind, /* (out) error indicator */
Perr_mode *mode /* (out) error mode */
)
TYPES
typedef enum {
PERR_OFF,
PERR_ON
} Perr_mode;
PHIGS STATE
(PHOP, *, *, *).
EFFECT
Returns the error handling mode indicator from the PHIGS error state list.
If the data is available, error indicator is returned as 0.
ERRORS
- 2
Ignoring function, function requires state (PHOP, *,*,*)
SEE ALSO
set error handling mode.