|
|
Seek to a soecified file offset. - Parameters:
-
| stream | Handle to an open file. |
| offset | Number of bytes to seek. |
| whence | Member of the MFFileSeek enumerated type where to begin the seek. |
- Returns:
- Returns the new file offset in bytes.
- Remarks:
- This function complies with the stdio function signature (can be used as callbacks to many libs and API's).
|