SmFsReadFile
Synopsis
int SmFsReadFile(SMFS_HANDLE fh, unsigned int offset, char *buf, unsigned int bc);
Description
Reads data from file.
Parameters
| fh | Open file handle. | 
| offset | Zero based starting point. | 
| buf | Pointer to the returned result. | 
| bc | The number of bytes to read from file. | 
Return Value
Returns 0 or an error condition.
