Previous Topic Index Next Topic
[API function]

FSOUND_TELLCALLBACK

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

See Also

, FSOUND_CLOSECALLBACK , FSOUND_File_SetCallbacks , FSOUND_OPENCALLBACK , FSOUND_READCALLBACK , FSOUND_SEEKCALLBACK

This document copyright ©Firelight Technologies, Pty, Ltd, 1999-2002. All rights reserved.
Generated Mon Oct 18 11:07:59 2004 by SourceDoc v0.10, the automated source code documenter.