|
|
Reads data from a file. - Parameters:
-
| fileHandle | Handle to an open file. |
| pBuffer | Pointer to a buffer where the read data will be stored. |
| bytes | Number of bytes to read. |
| async | If true, the read will be performed asyncrenously, putting the file into a 'busy' state. |
- Returns:
- Returns the number of bytes read.
|