FSBank_SetDebugCallback

FSBank

[API function]

FSBank_SetDebugCallback

Sets a callback for whenever a debug message is logged through FSBank library.

FSBANK_RESULT FSBank_SetDebugCallback(
FSBANK_DEBUGCALLBACK callback,
void *userdata
);

Parameters

callback Pointer to function to receive callback.
userdata Pointer to user data that will be passed back to the callback when it is issued.

Return Value

On success, FSBANK_OK is returned.
On failure, an FSBANK_RESULT error code is returned.

Remarks

Debug messages are generated during the build process, and can be used for logging purposes. The user can display them or write them to a file, or whatever they feel like.

See Also

FSBANK_DEBUGCALLBACK , FSBANK_RESULT

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.