5 #ifndef __cresourcedescription__ 6 #define __cresourcedescription__ 8 #include "vstguibase.h" 19 enum { kIntegerType, kStringType, kUnknownType };
28 int32_t type {kUnknownType};
31 UTF8StringPtr name {
nullptr};
37 #endif // __cresourcedescription__ Describes a resource by name or by ID.
Definition: cresourcedescription.h:16
Definition: customcontrols.cpp:8