Adds an icon to the taskbar status area.
fAdded = Shell_NotifyIcon(NIM_ADD, pnid);
Parameters
pnid
Address of an NOTIFYICONDATA structure that contains information about the icon to add.
Return Values
Returns TRUE if successful or FALSE otherwise.