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