[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]
The graPHIGS Programming Interface: ISO PHIGS Subroutine Reference
INQUIRE SYSTEM STATE VALUE (PHCL,WSCL,STCL,ARCL)
Purpose
Use
Inquire System State Value
to inquire the system state of the graPHIGS API.
The system state is either PHIGS Open
(PHOP) or PHIGS Closed
(PHCL).
Language Bindings
C
Psys_st *sys_stSystem state value
(0=PSYS_ST_PHCL,
1=PSYS_ST_PHOP).
FORTRAN
integer sysstaSystem state value
(0=PPHCL, 1=PPHOP).
Errors
None
Related Subroutines
Close PHIGS
Open PHIGS
[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]