public static extern bool Shell_NotifyIcon(NotifyIconMessages Message, NOTIFYICONDATA data);
private extern static int Shell_NotifyIcon( [MarshalAs(UnmanagedType.U4)] NotifyIconMessages dwMessage, ref NOTIFYICONDATA lpData);
private static extern bool Shell_NotifyIcon(NotifyIconMessages message, NOTIFYICONDATA4 pnid);