Id typedef

Id = int

An identifier.

The Windows api also supports UUIDs, but for now ints are fine.

😡 Don't try to take the Id from a TrayIcon and call the plugin directly with it!

Implementation

typedef Id = int;