nn::hio::CTR::HostFile::Seek Member Function

Syntax

#include <nn/hio.h>

Result Seek(
     s64 * pPosition,
     s64 offset,
     SeekType type
);

s64 Seek(
     s64 offset,
     SeekType type
);

List of Overloaded Member Functions

Seek(s64 *, s64, SeekType) Changes the starting position for read and write operations.
Seek(s64, SeekType) Changes the starting position for read and write operations, and returns the new offset from the beginning of the file.

Description of Seek(s64 *, s64, SeekType)

Description of Seek(s64, SeekType)


CONFIDENTIAL