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