예제 #1
0
 public static extern int Shell_NotifyIcon(NIM dwMessage, NativeMethods.NOTIFYICONDATA lpData);
 public static extern bool Shell_NotifyIcon(NIM dwMessage, [In] NOTIFYICONDATA lpdata);
예제 #3
0
 public static bool Shell_NotifyIcon(NIM message, NOTIFYICONDATA notifyIconData)
 {
     return(NativeMethods.Shell_NotifyIcon(message, ref notifyIconData));
 }
예제 #4
0
 public static extern bool Shell_NotifyIcon(NIM dwMessage, [In] NOTIFYICONDATA lpdata);
예제 #5
0
 static extern bool Shell_NotifyIcon(NIM dwMessage, [In] ref NotifyIconData pnid);
예제 #6
0
 public static extern BOOL Shell_NotifyIconW(NIM dwMessage, ref NOTIFYICONDATAW lpData);
예제 #7
0
 private extern static bool Shell_NotifyIcon(NIM dwMessage, ref NOTIFYICONDATA lpData);
예제 #8
0
파일: NativeMethods.cs 프로젝트: Egaros/lib
 public static extern bool Shell_NotifyIcon(NIM message, ref NOTIFYICONDATA notifyIconData);
예제 #9
0
 bool Shell_NotifyIcon(
     [In] NIM dwMessage,
     [In] ref NOTIFYICONDATA lpData
     );