nn::hio::CTR::HostFile::Write Member Function#include <nn/hio.h> Result Write( size_t * pWritten, const void * buf, size_t size ); s32 Write( const void * buf, size_t size );
Write(size_t *, const void *, size_t)
|
Writes the specified amount of data from a buffer to a file. |
Write(const void *, size_t)
|
Writes the specified amount of data from a buffer to a file, and returns the size of data (in bytes) that were actually written. |
Write(size_t *, const void *, size_t)Write(const void *, size_t)CONFIDENTIAL