pset_err_hand(3g) — Subroutines
Name
pset_err_hand − Replaces the previous user-specified handler with a new error handler.
Operating States: PHOP, ∗, ∗, ∗
PHIGS standard function
Syntax
void pset_err_hand (
void (∗new_rtn)(), /∗ (I) Application’s error handling function ∗/
void (∗∗old_rtn)() /∗ (O) Old error handling function ∗/
)
Description
pset_err_hand replaces the previous user-specified handler with the specified new error handler. The new error handler, as identified by the application program, becomes the current error handler. It returns the replaced error handler, if requested.
See Also
perr_hand
perr_log
pset_err_hand_mode