(C) 1998 AROS - The Amiga Research OS
NAME
BYTE WaitIO (iORequest)
LOCATION
In SysBase at offset 79
SYNOPSIS
struct IORequest * iORequest
FUNCTION
Waits until the I/O request is completed and removes it from the reply port. If the message is already done when calling this function it doesn't wait but just remove the message.
INPUTS
iORequest
Pointer to iorequest structure.
RESULT
Error state of I/O request.
EXAMPLE
SEE ALSO
OpenDevice(), CloseDevice(), DoIO(), SendIO(), AbortIO(), CheckIO()
NOTES
BUGS
INTERNALS
HISTORY