nn::boss::PositionBase Enumerated Type

Syntax

enum PositionBase;

Value

Value Description
POSITION_BASE_BEGIN Constant indicating the starting position is set relative to the beginning of the file.
POSITION_BASE_CURRENT Constant indicating the starting position is set relative to the current position in the file.
POSITION_BASE_END Constant indicating the starting position is set relative to the end of the file.

Description

Group of constants that indicate the position of file read/writes.

Revision History

2010/09/16
Initial version.

CONFIDENTIAL