nn::hio::CTR::HostFile::Write Member Function#include <nn/hio.h> Result Write( size_t * pWritten, const void * buf, size_t size );
| Name | Description | |
|---|---|---|
| out | pWritten | Stores the actual number of bytes that were written. If the end of the file is reached, ??? |
| in | buf | Pointer to the buffer that stores the data to be written. |
| in | size | Maximum number of bytes to write. |
Writes the specified amount of data from a buffer to a file.
CONFIDENTIAL