virtual SF_EXPORT int Seek(int offset, int origin = Seek_Set);
Seek sets file position indicator in the file.
|
Parameters |
Description |
|
int offset |
Number of bytes from origin. |
|
int origin = Seek_Set |
Position from where offset is added. |
An int value containing the seek position.