Previous Topic Index Next Topic
[API function]

FSOUND_TELLCALLBACK

Callback for returning the current file pointer position within the file.

int FSOUND_TELLCALLBACK(
unsigned int 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\

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 Fri Dec 20 16:31:09 2002 by SourceDoc v0.10, the automated source code documenter.