long osdFileSetPointer(OSD_File *file, long offset, long start)
The values for start
and their respective points of reference are as follows:
| OSD_FILE_BEGIN | the start of the file |
| OSD_FILE_CURRENT | the current file pointer location |
| OSD_FILE_END | the end of the file |
Return reult position on success and -1 on failure.
| file | the file to which to set the file pointer location |
| offset | the offset from the point specified by start |
| start | specifies the point of reference from which to set the file pointer location |