DelegatedFile::Seek

DelegatedFile::Seek
virtual int Seek(int offset, int origin = Seek_Set);
Description

Seek moves/seeks to specified position in the delegated file.

Parameters
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. 
Return Value

An int value containing the seek.

See Also