Purpose
Read the specified number of bytes from the file to a buffer location.
Calling Sequence
int far pascal MFS_READ(pcData, pusLength) char far * pcData; unsigned long far * pusLength;
Where
pcData
Returns
If no error is detected, a zero error code is returned. If an error is detected, a non-zero error code is returned.
Remarks
The current file position is advanced by the number of bytes read.