On Fri Sep 13 09:35:28 2024 +0000, Rémi Bernon wrote:
Then if we prefer to do it like this for now, I think we only need two icon data here as NOTIFYICONDATA has only two HICON, no need for a variable sized array?
I did this, because image data follows right after the struct, so I thought it's a bad idea to add two similar fields for two different images and stack two image bitmaps one after another straight away.
Also here the struct becomes smaller if there are no images present.