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