Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ pinq_err_hand_mode(3g) — PHIGS 5.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

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

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026