Previous Next Up Title Contents Index Functions Index Top Library

INQUIRE INVISIBILITY FILTER

PQIVFT


CALL SEQUENCE

CALL PQIVFT (WKID, ISBSZ, ESBSZ, ERRIND, ISN, IS, ESN, ES)

INPUT PARAMETERS

INTEGER WKID
Workstation identifier.
INTEGER ISBSZ
Inclusion set buffer size.
INTEGER ESBSZ
Exclusion set buffer size.

OUTPUT PARAMETERS

INTEGER ERRIND
Error indicator
INTEGER ISN
Number of inclusion set elements.
INTEGER IS(ISBSZ)
Inclusion set.
INTEGER ESN
Number of exclusion set elements.
INTEGER ES(ESBSZ)
Exclusion set.

PHIGS STATE

(PHOP, WSOP, *, *).

EFFECT

Returns workstation WKID's workstation state list invisibility filter inclusion and exclusion sets. If the data is available, error indicator is returned as 0.

ERRORS

3
Ignoring function, function requires state (PHOP, WSOP,*,*)
54
Ignoring function, the specified workstation is not open
59
Ignoring function, the specified workstation does not have output capability (i.e. the workstation category is neither OUTPUT, OUTIN, nor MO)

SEE ALSO

set invisibility filter.


Previous Next Up Title Contents Index Functions Index Top Library