5 references to NOTIFY_ICON_MESSAGE
System.Windows.Forms (4)
System\Windows\Forms\NotifyIcon.cs (4)
597
PInvoke.Shell_NotifyIconW(
NOTIFY_ICON_MESSAGE
.NIM_MODIFY, ref data);
666
PInvoke.Shell_NotifyIconW(
NOTIFY_ICON_MESSAGE
.NIM_ADD, ref data);
671
PInvoke.Shell_NotifyIconW(
NOTIFY_ICON_MESSAGE
.NIM_MODIFY, ref data);
676
PInvoke.Shell_NotifyIconW(
NOTIFY_ICON_MESSAGE
.NIM_DELETE, ref data);
System.Windows.Forms.Primitives (1)
Windows\Win32\PInvoke.Shell_NotifyIconW.cs (1)
12
public static extern BOOL Shell_NotifyIconW(
NOTIFY_ICON_MESSAGE
dwMessage, ref NOTIFYICONDATAW lpData);