unqdevice(3G) unqdevice(3G)
NAME
unqdevice - disables the specified device from making
entries in the event queue
SPECIFICATION
C unqdevice(dev)
Device dev;
FORTRAN subroutine unqdev(dev)
integer*4 dev
DESCRIPTION
unqdevice removes the specified device from the list of
devices whose changes are recorded in the event queue. If a
device has recorded events that have not been read, they
remain in the queue.
Use qreset to flush the event queue.
SEE ALSO
qdevice, qreset
Programming Guide, Section 7.4, The Event Queue
NOTE
This routine is available only in immediate mode.
Page 1 (printed 8/20/87)