#include <ipluginbase.h>
Public Types | |
| kManyInstances = 0x7FFFFFFF | |
| kCategorySize = 32 | |
| kNameSize = 64 | |
| enum | ClassCardinality { kManyInstances = 0x7FFFFFFF } |
| enum | { kCategorySize = 32, kNameSize = 64 } |
Public Attributes | |
| char | cid [16] |
| Class ID 16 Byte class GUID. | |
| int32 | cardinality |
| currently ignored, set to kManyInstances | |
| char | category [kCategorySize] |
| class category, host uses this to categorize interfaces | |
| char | name [kNameSize] |
| class name, visible to the user | |
Definition at line 113 of file ipluginbase.h.
| anonymous enum |
| char Steinberg::PClassInfo::category[kCategorySize] |
class category, host uses this to categorize interfaces
Definition at line 129 of file ipluginbase.h.
| char Steinberg::PClassInfo::cid[16] |
| char Steinberg::PClassInfo::name[kNameSize] |