Writes a given number of bytes to a file.
- Parameters
-
client | The client to use to write to the file. |
handle | File handle of previously opened file. |
data | The data to write to the file. |
length | How much data to write. |
bytes_written | The number of bytes actually written to the file. |
- Returns
- AFC_E_SUCCESS on success or an AFC_E_* error value.