[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]
The graPHIGS Programming Interface: ISO PHIGS Subroutine Reference
INQUIRE WORKSTATION STATE VALUE (PHCL,WSCL,STCL,ARCL)
Purpose
Use
Inquire Workstation State Value
to inquire the current workstation state of the graPHIGS API.
The workstation state is either Workstation Open
(WSOP) or Workstation Closed
(WSCL).
then at least one workstation is open.
If the state is WSCL,
then no workstations are open.
Language Bindings
C
Pws_st *ws_stWorkstation state value
(0=PWS_ST_WSCL, 1=PWS_ST_WSOP).
FORTRAN
integer wkstaWorkstation state value
(0=PWSCL, 1=PWSOP).
Errors
None
Related Subroutines
Close Workstation
Open Workstation
[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]