virtual int Seek(int offset, int origin = Seek_Set);
Seek moves/seeks to specified position in the delegated file.
Parameters |
Description |
int offset |
Current position in the file. |
int origin = Seek_Set |
Position from where offset is added; here the position is from beginning of the file. |
An int value containing the seek.