nn::fs::FileInputStream::GetPosition Member Function

Syntax

virtual s64 GetPosition() const;

Arguments

None.

Return Values

Returns the current position.

Description

Gets the current read position relative to the start of the file.

This function does not return processing results and it is therefore impossible to handle errors. In general, use TryGetPosition.

Revision History

2010/01/29
Initial version.

CONFIDENTIAL