pinq_err_hand_mode(3g) — Subroutines
Name
pinq_err_hand_mode − Returns the error handling mode value.
Operating States: PHOP, ∗, ∗, ∗
PHIGS standard function
Syntax
void pinq_err_hand_mode (
Pint ∗error_ind, /∗ (O) Error indicator ∗/
Perr_mode ∗mode /∗ (O) Error handling mode ∗/
)
Data Structures
typedef enum {
PERR_OFF, /∗ no error checking ∗/
PERR_ON /∗ error checking ∗/
} Perr_mode;
Description
pinq_err_hand_mode queries the error state list and returns the error handling mode value.
See Also
perr_hand
perr_log
pset_err_hand_mode