FSBANK_UPDATECALLBACK

FSBank

[API function]

FSBANK_UPDATECALLBACK

Update callback. This is called whenever a source file is compiled into an FSB.

void __stdcall FSBANK_UPDATECALLBACK(
int index,
int memused,
void *userdata
);

Parameters

index The index of the source file in the FSB being compiled.
memused Compressed sound memory used so far in the FSB.
userdata User data specified by FSBank_SetUpdateCallback

Return Value

void

Remarks

This can be used for progress bars or updating of the interface.
This is usually called before and after each source file is compiled to allow the interface to get the before and after values which may be nescessary if it is a multi file FSB batch build, ie FSBANK_BUILDMODE_MULTI.

See Also

FSBANK_BUILDMODE , FSBank_SetUpdateCallback

This document copyright ©Firelight Technologies, Pty, Ltd, 1999-2003. All rights reserved.
Generated Wed Apr 07 15:29:01 2004 by SourceDoc v0.10, the automated source code documenter.