Moves the file pointer in a file opened with FCreateEx or FOpenEx.
FSeekEx(nFileHandle, nBytesToMove [, nRelativePosition])
Parameters
- nFileHandle
A file handle retrieved from FCreateEx, FOpenEx or a windows api function.
- nBytesToMove
The number of bytes the file pointer should be moved.
- nRelativePosition (optional)
default = FILE_BEGIN
One of the following values. Value Description FILE_BEGIN The starting point is zero or the beginning of the file. FILE_CURRENT The starting point is the current value of the file pointer. FILE_END The starting point is the current end-of-file position.
Return Value
The new file pointer position.
See Also
Reference
AFHandlesEx
FChSizeEx
FCloseEx
FCreateEx
FEoFEx
FFlushEx
FGetsEx
FLockFile
FLockFileEx
FOpenEx
FPutsEx
FReadEx
FUnlockFile
FUnlockFileEx
FWriteEx