IPlugController::getParameter
tresult PLUGIN_API
getParameter (const char* name,
IParameter** pp)
Get a parameter by name. On return, pp has to be set to an IParameter pointer,
or NULL if the specified name is invalid.
Remarks:
The Plug-In or host must NOT increment the reference count of the parameter object. Parameters have to exist as long
as their controllers exist and must be destroyed afterwards.