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

INQUIRE ARCHIVE STATE VALUE (PHCL,WSCL,STCL,ARCL)

Purpose

Use Inquire Archive State Value to inquire the current archive state value of the graPHIGS API. The archive state is either Archive Open (AROP) or Archive Closed (ARCL). If the state is AROP, then at least one archive file is open. If the state is ARCL, then no archive files are open.

Language Bindings

C

pinq_ar_st (ar_st)

Output Parameters

Par_st *ar_st
Archive state value (0=PST_ARCL, 1=PST_AROP).

FORTRAN

PQARS (arsta)

Output Parameters

integer arsta
Archive state value (0=PARCL, 1=PAROP).

Errors

None

Related Subroutines

  • None


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