LSeek sets file position indicator.
Parameters |
Description |
SInt64 offset |
Number of bytes from origin. |
int origin = Seek_Set |
Position from where offset is added; here the position is from beginning of the file. |
A SInt64 value containing the new position, otherwise -1 for error.