VST3EntryPoint.entry_ExitDll

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

Meta