This call moves the read/write pointer in accordance with the type of move specified.
DosChgFilePtr
FileHandle (HFILE) - input
Value
The read/write pointer in a file is a signed 32-bit number. A negative value moves the pointer backward in the file. A positive value moves the pointer forward. DosChgFilePtr cannot be used to seek to a negative position in the file.
This call may not be used for a character device or pipe.