DOSINT64 oldpos = hw_FSeek64(APTR handle, DOSINT64 pos, int mode);
Note that hw_FSeek64()
currently isn't able to handle negative seek positions.
Thus, the value you pass in parameter 2 must always be positive.
Please note that the AmigaOS 3 and WarpOS versions of Hollywood don't
support large file handling. On these systems, the DOSINT64
type will
be mapped to a 32-bit integer automatically.
This function is thread-safe.