SysFileSetPosΒΆ
This function of type BOOL serves to change the current offset (which can be read by the function SysFileGetPos) for a file access. The file is identifed by the file number which has been got by SysFileOpen.
Input-Variable | Data Type | Description |
---|---|---|
File | DWORD | File number (see SysFileOpen) |
Pos | DWORD | Access offset within the file |