nn::hio::CTR::HostFile::Seek Member Function| Name | Description | |
|---|---|---|
| out | pPosition | Stores the new offset from the beginning of the file. |
| in | offset | Specifies the relative offset from the base position. |
| in | type | Specifies the base position. |
Changes the starting position for read/writes and returns the result of the process.
Sets the read/write location to a position that is offset removed from the location specified by type. The function stores the position after the change in pPosition and returns a nn::Result-type process result.
CONFIDENTIAL