Home  /  Autodocs  /  ramdrive.device

NAME

CMD_READ/ETD_READ - read data from ramdrive.

FUNCTION

These commands transfer data from the ramdrive to a supplied buffer.

INPUTS

io_Device
preset by the call to OpenDevice()

io_Unit
preset by the call to OpenDevice()

io_Command
CMD_READ or ETD_READ

io_Flags
0 or IOF_QUICK

io_Data
pointer to the buffer where the data should be put

io_Length
number of bytes to read

io_Offset
byte offset from the start of the card describing where to read data from.

IO REQUEST RESULT

io_Error
0 for success.

SEE ALSO

CMD_WRITE