nn::hio::CTR::HostFile::Read Member Function#include <nn/hio.h> Result Read( size_t * pRead, void * buf, size_t size ); s32 Read( void * buf, size_t size );
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. |
Read(size_t *, void *, size_t)Read(void *, size_t)CONFIDENTIAL