SmFsReadFile
Reads data from file.
Synopsis
int SmFsReadFile( SMFS_HANDLE fh,
unsigned int offset,
char *buf,
unsigned int bc);
| Parameter | Description | 
|---|---|
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.