Rémi Bernon (@rbernon) commented about dlls/shell32/systray.c:
WCHAR szInfoTitle[64]; DWORD dwInfoFlags; GUID guidItem;
- /* data for the icon bitmap */
- UINT width;
- UINT height;
- UINT planes;
- UINT bpp;
- struct notify_data_icon icons[];
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?