|
VST 3 SDK
VST 3.7
SDK for developing VST plug-in
|
Implementation's example of IHostApplication. More...
#include <hostclasses.h>
Inheritance diagram for HostApplication:Public Member Functions | |
| HostApplication () | |
| virtual | ~HostApplication () noexcept |
| tresult | getName (String128 name) override |
| tresult | createInstance (TUID cid, TUID _iid, void **obj) override |
| DECLARE_FUNKNOWN_METHODS PlugInterfaceSupport * | getPlugInterfaceSupport () const |
Additional Inherited Members | |
Static Public Attributes inherited from IHostApplication | |
| static const FUID | iid |
Implementation's example of IHostApplication.
| HostApplication | ( | ) |
|
inlinevirtualnoexcept |
Implements IHostApplication.
Implements IHostApplication.
|
inline |