isqueued(3G) — Silicon Graphics
NAME
isqueued − indicates if the specified device is queued
SPECIFICATION
C
Boolean isqueued(dev)
Device dev;
FORTRAN
logical function isqueu(dev)
integer*4 dev
Pascal
function isqueued(dev: Device): Boolean;
DESCRIPTION
isqueued returns TRUE(1) if the specified device is enabled for queueing, and FALSE(0) if it is not enabled.
SEE ALSO
qdevice, qread, unqdevice, Programming Guide, Section 7.4, The Event Queue
Version 3.6 — December 20, 1987