nn::boss::PositionBase Enumerated Typeenum PositionBase;
| 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. |
Group of constants that indicate the position of file read/writes.
CONFIDENTIAL