Firelight Technologies FMOD Studio API

FMOD_ERRORCALLBACK_INFO

Structure that is passed into FMOD_SYSTEM_CALLBACK for the FMOD_SYSTEM_CALLBACK_ERROR callback type.

Structure

typedef struct {
  FMOD_RESULT result;
  FMOD_ERRORCALLBACK_INSTANCETYPE instancetype;
  void *instance;
  const char *functionname;
  const char *functionparams;
} FMOD_ERRORCALLBACK_INFO;

Members

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

Remarks

The instance pointer will be a type corresponding to the instanceType enum.

See Also




Version 1.03.06 Built on Apr 17, 2014