Firelight Technologies FMOD Studio API
Structure that is passed into FMOD_SYSTEM_CALLBACK for the FMOD_SYSTEM_CALLBACK_ERROR callback type.
typedef struct {
FMOD_RESULT result;
FMOD_ERRORCALLBACK_INSTANCETYPE instancetype;
void *instance;
const char *functionname;
const char *functionparams;
} FMOD_ERRORCALLBACK_INFO;
result
Error code result
instancetype
Type of instance the error occurred on
instance
Instance pointer
functionname
Function that the error occurred on
functionparams
Function parameters that the error ocurred on
The instance pointer will be a type corresponding to the instanceType enum.
Version 1.03.06 Built on Apr 17, 2014