FSBank_IsFormatAllowed

FSBank

[API function]

FSBank_IsFormatAllowed

Returns whether the format specified can be targetted or not.

FSBANK_RESULT FSBank_IsFormatAllowed(
FSBANK_FORMAT format
);

Parameters

format The format to query.

Return Value

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

Remarks

The return value is based on whether the correct dll or sdk is installed properly. For example.
For FSBANK_FORMAT_VAG, ENCVAG.DLL has to be present. This is usually only shipped with the Sony Libraries and you have to be a registered sony developer to have this.
For FSBANK_FORMAT_GCADPCM, DSPTOOL.DLL has to be present. This is usually only shipped with the NDK and you have to be a registered Nintendo developer to have this.
For FSBANK_FORMAT_XADPCM, the XBox XDK has to be installed to work.

See Also

FSBANK_FORMAT , 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.