예제 #1
1
 public static extern IntPtr SetWindowsHookEx(int type, CallWndProc hook, IntPtr instance, int threadID);
예제 #2
0
 public void ProcessWindowMessage(ref Message m)
 {
     CallWndProc.ProcessWindowMessage(ref m);
 }
예제 #3
0
 public static extern IntPtr SetWindowsHookEx(int idHook, CallWndProc lpfn, IntPtr hmod, IntPtr dwThreadId);
예제 #4
0
 public static extern IntPtr SetWindowsHookEx(int type, CallWndProc hook, IntPtr instance, int threadID);
예제 #5
0
 internal static extern IntPtr SetWindowsHookEx(int idHook, CallWndProc lpfn, IntPtr hMod, uint dwThreadId);