Previous Next Up Title Contents Index Functions Index Top Library

INQUIRE INPUT QUEUE OVERFLOW

PQIQOV


CALL SEQUENCE

CALL PQIQOV (ERRIND, WKID, ICL, IDN).

OUTPUT PARAMETERS

INTEGER ERRIND
Error indicator
INTEGER WKID
Workstation identifier.
INTEGER ICL
Input type
INTEGER IDN
Input device number.

PHIGS STATE

(PHOP, WSOP, *, *).

EFFECT

Returns a description of the event which caused the input event queue overflow, if there has been an overflow since OPEN PHIGS or since the last CALL to this function.  If the data is available, error indicator is returned as 0.

The description is read from the PHIGS error state list. After reading, the description is deleted from this list.

ERRORS

3
Ignoring function, function requires state (PHOP, WSOP,*,*)
257
Ignoring function, input queue has not overflowed, since OPEN PHIGS or last invocation of INQUIRE INPUT QUEUE OVERFLOW
258
Ignoring function, input queue has overflowed, but associated workstation has been closed

SEE ALSO

await event.


Previous Next Up Title Contents Index Functions Index Top Library