Firelight Technologies FMOD Studio API
Extra state data for FSBANK_STATE_FAILED
typedef struct {
FSBANK_RESULT errorCode;
char errorString[256];
} FSBANK_STATEDATA_FAILED;
errorCode
Error result code.
errorString
Description for error code.
Cast stateData in FSBANK_PROGRESSITEM to this struct if the state is FSBANK_STATE_FAILED
Version 1.03.06 Built on Apr 17, 2014