예제 #1
0
 public static bool Shell_NotifyIcon(NIM message, NOTIFYICONDATA notifyIconData)
 {
     return(NativeMethods.Shell_NotifyIcon(message, ref notifyIconData));
 }
예제 #2
0
파일: NativeMethods.cs 프로젝트: Egaros/lib
 public static extern bool Shell_NotifyIcon(NIM message, ref NOTIFYICONDATA notifyIconData);