Each plugin has its associated unique 64-bit value. This is the structure of this number and a way to generate it:
Bits | Size (in bits) | Description |
63...56 | 8 | Reserved for program internal usage (for messaging purposes). Must be 0. |
55...48 | 8 | Reserved for program internal plugins. For external plugins must be 0. |
47...40 | 8 | Specifies the plugin type. It it only a suggestion - program will NOT distinguish plugin types through this member. Copy Handler treat this value as a part of the next member. |
39...0 | 40 | This the unique plugin ID. You should generate it by yourself (as a randomize integer). To reserve a number for official purposes (ie. when you want to write your own plugin and share it through the web site) write to me |