uint32 MFFile_StdRead void *  buffer,
uint32  size,
uint32  count,
void *  stream
 

Reads data from a file.

Parameters:
buffer Pointer to a buffer where the read data will be stored.
size Number of bytes in a block.
count Number of blocks to read.
stream Handle to an open file.
Returns:
Returns the number of bytes read.
Remarks:
This function complies with the stdio function signature (can be used as callbacks to many libs and API's).


Generated on Sat Oct 28 16:27:34 2006 for MountFuji Engine by  doxygen 1.4.5