PQCETS(3g) — Subroutines
Name
PQCETS − Returns element type of the structure element.
Operating States: PHOP, ∗, STOP, ∗
PHIGS standard function
Syntax
PQCETS (ERRIND, ELTYPE, IL, RL, SL)
Argument Data Type Access Description
---------------------------------------------------------------------------
ERRIND Integer Write Error indicator
ELTYPE Integer Write Element type
IL Integer Write Dimension of integer array
RL Integer Write Dimension of real array
SL Integer Write Dimension of character array
---------------------------------------------------------------------------
For the list of possible element types, see Constants.
Description
PQCETS queries the structure state list and returns the element type of the structure pointed to by the element pointer. If the element pointer is 0, it returns a type of NIL. If the element type has no data associated with it, the function returns a zero value for the element size.
See Constants for a list of the element types.
See Also
PELS
PQCECO
PQEP
PQETS