nn::hio::CTR::HostFile::Read Member Function

Syntax

#include <nn/hio.h>

Result Read(
     size_t * pRead,
     void * buf,
     size_t size
);

s32 Read(
     void * buf,
     size_t size
);

List of Overloaded Member Functions

Read(size_t *, void *, size_t) Reads the specified amount of data from a file into a buffer, and returns the result of the operation.
Read(void *, size_t) Reads the specified amount of data from a file into a buffer, and returns the size of data (in bytes) that were actually read.

Description of Read(size_t *, void *, size_t)

Description of Read(void *, size_t)


CONFIDENTIAL