Attempts to the read the given number of bytes from the given file.
- Parameters
-
| client | The relevant AFC client |
| handle | File handle of a previously opened file |
| data | The pointer to the memory region to store the read data |
| length | The number of bytes to read |
| bytes_read | The number of bytes actually read. |
- Returns
- AFC_E_SUCCESS on success or an AFC_E_* error value.