SlotVRemove
SlotVRemove Remove vertical retrace interrupt task for a slot #include <Retrace.h> Vert. Retrace Mgr
short theSlot; slot whose queue the task should be removed from
SlotVRemove removes a previously- installed vertical retrace task from the VBL queue for a particular slot and stops the task from being executed on
subsequent retrace interrupts.
vblTaskPtr is the address of a 14-byte VBLTask structure you installed theSlot is the slot number of the slot whose queue the task should be
to index through all the slots on a particular machine.
be one of:
noErr (0) no error
qErr (-1) Invalid queue element
slotNumErr (-360) Invalid slot number
Notes: Instead of maintaining a single vertical retrace queue, the
device; associated with that queue is the rate at which the device's vertical
retrace interrupt occurs. When interrupts occur for a particular video
that slot.
It is probably NOT wise to remove tasks you did not install.