pset_err_hand_mode(3g) — Subroutines
Name
pset_err_hand_mode − Sets the specified value in the error handling mode entry of the error state list.
Operating States: PHOP, ∗, ∗, ∗
PHIGS standard function
Syntax
void pset_err_hand_mode (
Perr_mode mode /∗ (I) Error-handling mode ∗/
)
Data Structures
typedef enum {
PERR_OFF, /∗ no error checking ∗/
PERR_ON /∗ error checking ∗/
} Perr_mode;
Description
pset_err_hand_mode sets the specified value in the error handling mode entry of the error state list. When the error handling mode is PERR_OFF, Digital PHIGS cannot guarantee that error messages will be written to the error file or that returned function status values will be accurate. This function is usually invoked only after system testing has been performed.
See Also
perr_hand
pinq_err_hand_mode
popen_phigs
pset_err_hand