SetFilePointer(handle, offset, moveMethod)
Moves the file pointer of an open file.
Value | Meaning |
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. |