Deletes an icon from the taskbar status area.
fDeleted = Shell_NotifyIcon(NIM_DELETE, pnid);
Parameters
pnid
Address of an NOTIFYICONDATA structure that contains information about the icon to delete.
Return Values
Returns TRUE if successful or FALSE otherwise.