Firelight Technologies FMOD Studio API
Fetch build progress items that describe the current state of the build. Can be called while the build is in progress to get realtime updates or after the build for a report. Call FSBank_ReleaseProgressItem to free allocated memory.
FSBANK_RESULT FSBank_FetchNextProgressItem(
const FSBANK_PROGRESSITEM **progressItem
);
progressItem
One status update about the progress of a particular subsound.
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.
Version 1.03.06 Built on Apr 17, 2014