<TD>This is the handle you returned from the open callback to use for your own file routines.<BR>
</TD><TRVALIGN=top><TD><I>pos</I></TD>
<TD>This is the position or offset to seek by depending on the mode.<BR>
</TD><TRVALIGN=top><TD><I>mode</I></TD>
<TD>This is the seek command. It uses and is compatible with SEEK_SET, SEEK_CUR and SEEK_END from stdio.h, so use them.<BR>
</TD></TABLE>
<H3>Return Value</H3>
If successful, the seek callback returns 0. Otherwise, it returns a nonzero value. On devices incapable of seeking, the return value is undefined.<BR>
<H3>Remarks</H3>
SEEK_END must reposition your file pointer at the END of the file, plus any negative offset. To do this you must know the size of the file, it is suggested you find and store this in the open function. Remember that a SEEK_END position value of -1 is the last byte.<BR>
You must reset your file pointer based on the commands given above.<BR>
___________________<BR>
Supported on the following platforms : Win32, WinCE, Linux, Macintosh, XBox, GameCube<BR>