(C) 1998 AROS - The Amiga Research OS


NAME

BYTE DoIO (iORequest)

LOCATION
In SysBase at offset 76

SYNOPSIS
struct IORequest * iORequest

FUNCTION
Start an I/O request by calling the devices's BeginIO() vector. It waits until the request is complete.

INPUTS
iORequest
Pointer to iorequest structure.

RESULT

EXAMPLE

SEE ALSO
OpenDevice(), CloseDevice(), DoIO(), SendIO(), AbortIO(), WaitIO()

NOTES

BUGS

INTERNALS

HISTORY