DelegatedFile::LSeek

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

LSeek sets file position indicator in the delegated file.

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

A SInt64 value containing the seek position or -1 .

See Also