pinq_ar_st(3g) — Subroutines
Name
pinq_ar_st − Identifies the PHIGS archive state as either ARCL or AROP.
Operating States: ∗, ∗, ∗, ∗
PHIGS standard function
Syntax
void pinq_ar_st (
Par_st ∗state /∗ (O) Archive state value ∗/
)
Data Structures
typedef enum {
PST_ARCL, /∗ archive closed ∗/
PST_AROP /∗ archive open ∗/
} Par_st;
Description
pinq_ar_st identifies the PHIGS archive state as either ARCL (archive closed) or AROP (archive open).
See Also
pclose_ar_file
pinq_ar_files
popen_ar_file