コード例 #1
0
 public static extern int SetWindowsHookEx(int idHook, HOOK_PROC_CALLBACK lpfn, IntPtr hInstance, int threadId);
コード例 #2
0
ファイル: Window.cs プロジェクト: panshuiqing/WinFormsX
 public static extern int SetWindowsHookEx(int idHook, HOOK_PROC_CALLBACK lpfn, IntPtr hInstance, int threadId);