Esempio n. 1
0
 public static extern int Shell_NotifyIcon(NIM dwMessage, NativeMethods.NOTIFYICONDATA lpData);
 public static extern bool Shell_NotifyIcon(NIM dwMessage, [In] NOTIFYICONDATA lpdata);
Esempio n. 3
0
 public static bool Shell_NotifyIcon(NIM message, NOTIFYICONDATA notifyIconData)
 {
     return(NativeMethods.Shell_NotifyIcon(message, ref notifyIconData));
 }
Esempio n. 4
0
 public static extern bool Shell_NotifyIcon(NIM dwMessage, [In] NOTIFYICONDATA lpdata);
Esempio n. 5
0
 static extern bool Shell_NotifyIcon(NIM dwMessage, [In] ref NotifyIconData pnid);
Esempio n. 6
0
 public static extern BOOL Shell_NotifyIconW(NIM dwMessage, ref NOTIFYICONDATAW lpData);
Esempio n. 7
0
 private extern static bool Shell_NotifyIcon(NIM dwMessage, ref NOTIFYICONDATA lpData);
Esempio n. 8
0
 public static extern bool Shell_NotifyIcon(NIM message, ref NOTIFYICONDATA notifyIconData);
Esempio n. 9
0
 bool Shell_NotifyIcon(
     [In] NIM dwMessage,
     [In] ref NOTIFYICONDATA lpData
     );