[ Previous | Next | Contents | Glossary | Home | Search ]
The graPHIGS Programming Interface: ISO PHIGS Subroutine Reference

SET ERROR HANDLING MODE (PHOP,*,*,*)

Purpose

Use Set Error Handling Mode to enable or disable graPHIGS API error handling.

The graPHIGS API sets the error handling mode in the Error State List to the value specified. If your application sets the error handling mode to OFF, then the graPHIGS API ignores any errors detected. By default, the graPHIGS API sets error handling mode to ON.

Language Bindings

C

pset_err_hand_mode (error_mode)

Input Parameters

Perr_mode error_mode
Error handling mode (0=PERR_OFF, 1=PERR_ON).

FORTRAN

PSERHM (erhm)

Input Parameters

integer erhm
Error handling mode (0=POFF, 1=PON).

Errors

2
Function Requires State (PHOP,*,*,*)

Related Subroutines

  • Inquire Error Handling Mode

  • Set Error Handling

  • [ Previous | Next | Contents | Glossary | Home | Search ]