INQUIRE STRUCTURE STATE VALUE(3P) — Kubota Pacfic Computer Inc. (29 February 1991)
NAME
INQUIRE STRUCTURE STATE VALUE − inquire current structure state value
SYNOPSIS
C Syntax
void
pinq_struct_st ( struct_state )
Pstruct_st∗struct_state;OUT structure state
Required PHIGS Operating States
(∗, ∗, ∗, ∗)
DESCRIPTION
Purpose
Use INQUIRE STRUCTURE STATE VALUE to determine the current structure state. The state value may be “structure open” (STOP), or “structure closed” (STCL).
C Output Parameters
struct_state
A pointer to a Pstruct_st enumerated variable in which the current structure state value is returned. Values for Pstruct_st are defined in phigs.h as follows:
PSTRUCT_ST_STCL(structure closed)
PSTRUCT_ST_STOP(structure open)
ERRORS
No Error
SEE ALSO
OPEN STRUCTURE (3P)
CLOSE STRUCTURE (3P)
INQUIRE OPEN STRUCTURE (3P)
INQUIRE STRUCTURE IDENTIFIERS (3P)
INQUIRE STRUCTURE STATUS (3P)
September 02, 1992