VST3EntryPoint.entry_InitDll

Undocumented in source.
template VST3EntryPoint(alias ClientClass)
version(VST3)
nothrow @nogc
enum entry_InitDll = `export extern(C) bool InitDll() nothrow @nogc { return true; }`;

Meta