FMOD::EventSystem::getReverbPreset ( char const* name, FMOD_REVERB_PROPERTIES* props, int* index )2nd parameter 'props' (pointer) has base type 'struct FMOD_REVERB_PROPERTIES'.
FMOD::EventSystem::getReverbProperties ( FMOD_REVERB_PROPERTIES* props )1st parameter 'props' (pointer) has base type 'struct FMOD_REVERB_PROPERTIES'.
FMOD::EventSystem::setReverbProperties ( FMOD_REVERB_PROPERTIES const* props )1st parameter 'props' (pointer) has base type 'struct FMOD_REVERB_PROPERTIES'.
FMOD::EventSystem::getReverbPresetByIndex ( int const index, FMOD_REVERB_PROPERTIES* props, char** name )2nd parameter 'props' (pointer) has base type 'struct FMOD_REVERB_PROPERTIES'.
FMOD::EventSystem::getReverbAmbientProperties ( FMOD_REVERB_PROPERTIES* props )1st parameter 'props' (pointer) has base type 'struct FMOD_REVERB_PROPERTIES'.
FMOD::EventSystem::setReverbAmbientProperties ( FMOD_REVERB_PROPERTIES* props )1st parameter 'props' (pointer) has base type 'struct FMOD_REVERB_PROPERTIES'.
FMOD::Reverb::getProperties ( FMOD_REVERB_PROPERTIES* properties )1st parameter 'properties' (pointer) has base type 'struct FMOD_REVERB_PROPERTIES'.
FMOD::Reverb::setProperties ( FMOD_REVERB_PROPERTIES const* properties )1st parameter 'properties' (pointer) has base type 'struct FMOD_REVERB_PROPERTIES'.
FMOD::System::getReverbProperties ( FMOD_REVERB_PROPERTIES* prop )1st parameter 'prop' (pointer) has base type 'struct FMOD_REVERB_PROPERTIES'.
FMOD::System::setReverbProperties ( FMOD_REVERB_PROPERTIES const* prop )1st parameter 'prop' (pointer) has base type 'struct FMOD_REVERB_PROPERTIES'.
FMOD::System::getReverbAmbientProperties ( FMOD_REVERB_PROPERTIES* prop )1st parameter 'prop' (pointer) has base type 'struct FMOD_REVERB_PROPERTIES'.
FMOD::System::setReverbAmbientProperties ( FMOD_REVERB_PROPERTIES* prop )1st parameter 'prop' (pointer) has base type 'struct FMOD_REVERB_PROPERTIES'.
...