Err WaitVBLDefer (Item ioreq,uint32 numfields)
This call allows a task to wait the specified number of VBLs. The I/O request argument is set up to use the timer device. The numfields argument is a count of the number of video fields for which the task must wait.
This call differs from WaitVBL()
because it does not wait for the operation to complete. Instead, control returns to the calling application immediately, which can do more work while the I/O request is in the queue. When using the deferred version of the request, WaitIO()
should be used when you want to wait for the completion of the I/O request.
WaitVBL
(), GetVBLIOReq()