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