Esempio n. 1
0
 public static bool Shell_NotifyIcon(NIM message, NOTIFYICONDATA notifyIconData)
 {
     return(NativeMethods.Shell_NotifyIcon(message, ref notifyIconData));
 }
Esempio n. 2
0
 public static extern bool Shell_NotifyIcon(NIM message, ref NOTIFYICONDATA notifyIconData);