Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ pinq_ws_cat(3g) — PHIGS 5.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

pinq_ws_cat(3g)  —  Subroutines

Name

pinq_ws_cat − Returns the workstation category value. 

Operating States: PHOP, ∗, ∗, ∗
PHIGS standard function

Syntax

void pinq_ws_cat (
  Pint        wstype,     /∗ (I) Workstation type ∗/
  Pint       ∗error_ind,  /∗ (O) Error indicator ∗/
  Pws_cat    ∗category    /∗ (O) Workstation category ∗/
)

 

Data Structures

typedef enum {
    PCAT_OUT,     /∗ output workstation ∗/
    PCAT_IN,      /∗ input workstation ∗/
    PCAT_OUTIN,   /∗ output/input workstation ∗/
    PCAT_MO,      /∗ metafile output workstation ∗/
    PCAT_MI       /∗ metafile input workstation ∗/
} Pws_cat;

Description

pinq_ws_cat queries the workstation description table and returns the workstation category value. 

See Also

pinq_ws_class
popen_ws

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