| VST 3 SDK VST 3.7
    SDK for developing VST plug-in | 
#include "vstguieditor.h"#include "public.sdk/source/main/moduleinit.h"#include "pluginterfaces/base/keycodes.h"#include "base/source/fstring.h"| Namespaces | |
| namespace | VSTGUI | 
| namespace | Steinberg | 
| namespace | Steinberg::Vst | 
| Macros | |
| #define | VSTGUI_NEEDS_INIT_LIB ((VSTGUI_VERSION_MAJOR == 4 && VSTGUI_VERSION_MINOR > 9) || (VSTGUI_VERSION_MAJOR > 4)) | 
| Variables | |
| void * | moduleHandle | 
| void * | soHandle = nullptr | 
| #define VSTGUI_NEEDS_INIT_LIB ((VSTGUI_VERSION_MAJOR == 4 && VSTGUI_VERSION_MINOR > 9) || (VSTGUI_VERSION_MAJOR > 4)) | 
| 
 | extern |