Shell_NotifyIcon function shell32
Sends a message to the taskbar's status area.
BOOL Shell_NotifyIconW(
DWORD dwMessage,
NOTIFYICONDATA *lpData
);
Implementation
int Shell_NotifyIcon(int dwMessage, Pointer<NOTIFYICONDATA> lpData) =>
_Shell_NotifyIcon(dwMessage, lpData);