Shell_NotifyIcon function shell32

int Shell_NotifyIcon(
  1. int dwMessage,
  2. Pointer<NOTIFYICONDATA> lpData
)

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);