DEPRECATED_VstWindow

\deprecated Structure used for #openWindow and #closeWindow (deprecated in VST 2.4).

struct DEPRECATED_VstWindow {
char[128] title;
VstInt16 xPos;
VstInt16 yPos;
VstInt16 width;
VstInt16 height;
VstInt32 style;
void* parent;
void* userHandle;
void* winHandle;
char[104] future;
}

Meta