Firelight Technologies FMOD Studio API
FSBank_FetchFSBMemory
After FSBank_Build has completed, fetch the built FSB data from memory.
C Syntax
FSBANK_RESULT FSBank_FetchFSBMemory(
const void **data,
unsigned int *length
);
Parameters
data
Address of a variable that receives a pointer to the built FSB data.
length
Address of a variable that receives the length of the FSB data pointed to by 'data'.
Return Values
If the function succeeds then the return value is FSBANK_OK.
If the function fails then the return value will be one of the values defined in the FSBANK_RESULT enumeration.
Remarks
Only available if outputFileName is set to NULL during FSBank_Build.
The memory allocated as part of FSBank_Build will be freed automatically by the next FSBank_Build or FSBank_Release.
See Also
Version 1.10.02 Built on Dec 7, 2017