PluginInfo.pluginUniqueID

Used for both VST and AU. In AU it is namespaced by the manufacturer. In VST it should be unique. While it seems no VST host use this ID as a unique way to identify a plugin, common wisdom is to try to get a sufficiently random one.

struct PluginInfo
char[4] pluginUniqueID;

Meta