Callback for returning the current file pointer position within the file.
int F_CALLBACKAPI FSOUND_TELLCALLBACK( void *handle );
Parameters
handle
This is the handle you returned from the open callback to use for your own file routines.
Return Value
On success, the offset within the file in bytes is returned.
On failure, -1 is returned.
Remarks
You must return the offset from the base of the file, using this routine.
___________________
Supported on the following platforms : Win32, WinCE, Linux, Macintosh, XBox, GameCube