nn::hio::CTR::HostFile::Write Member Function

Syntax

#include <nn/hio.h>

Result Write(
     size_t * pWritten,
     const void * buf,
     size_t size
);

Arguments

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.

Return Values

Returns the result of the operation.

Description

Writes the specified amount of data from a buffer to a file.

Revision History

2010/03/31
Initial version.

CONFIDENTIAL