nn::boss::PositionBase Enumerated Type

Syntax

enum PositionBase;

Value

Value Description
POSITION_BASE_BEGIN 0: Constant indicating the starting position is set relative to the beginning of the file.
POSITION_BASE_CURRENT 1: Constant indicating the starting position is set relative to the current position in the file.
POSITION_BASE_END 2: 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. (The numeric value at the start of the description for each numerator is the value of that numerator.)

Revision History

2010/09/16
Initial version.

CONFIDENTIAL