BeginIO(ioReq)
VOID BeginIO(struct IORequest *);
This function takes an IORequest, and passes it directly to the "BeginIO" vector of the proper device. This is equivalent to SendIO(), except that io_Flags is not cleared. A good understanding of Exec device I/O is required to properly use this function.
This function does not wait for the I/O to complete.