nn::boss::PositionBase Enumerated Typeenum PositionBase;
| 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. |
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.)
CONFIDENTIAL