|
LMMS
|
#include <ivstpluginterfacesupport.h>
Public Member Functions | |
| virtual tresult PLUGIN_API | isPlugInterfaceSupported (const TUID _iid)=0 |
| Public Member Functions inherited from Steinberg::FUnknown | |
| virtual tresult PLUGIN_API | queryInterface (const TUID _iid, void **obj)=0 |
| virtual uint32 PLUGIN_API | addRef ()=0 |
| virtual uint32 PLUGIN_API | release ()=0 |
Static Public Attributes | |
| static const FUID | iid |
| Static Public Attributes inherited from Steinberg::FUnknown | |
| static const FUID | iid |
Host callback interface for an edit controller: Vst::IPlugInterfaceSupport
Allows a plug-in to ask the host if a given plug-in interface is supported/used by the host. It is implemented by the hostContext given when the component is initialized.
|
pure virtual |
Returns kResultTrue if the associated interface to the given _iid is supported/used by the host.
Implemented in Steinberg::Vst::PlugInterfaceSupport.