pinq_struct_st(3g) — Subroutines
Name
pinq_struct_st − Identifies the structure state as STCL or STOP.
Operating States: ∗, ∗, ∗, ∗
PHIGS standard function
Syntax
void pinq_struct_st (
Pstruct_st ∗state /∗ (O) Structure state value ∗/
)
Data Structures
typedef enum {
PSTRUCT_ST_STCL, /∗ structure closed ∗/
PSTRUCT_ST_STOP /∗ structure open ∗/
} Pstruct_st;
Description
pinq_struct_st identifies the structure state as either STCL (structure closed) or STOP (structure open).
See Also
pclose_struct
pinq_open_struct
pinq_struct_ids
pinq_struct_status
popen_struct