KeyHooker.SetWindowsHookEx C# (CSharp) Method

SetWindowsHookEx() private method

private SetWindowsHookEx ( int idHook, LLKeyboardHook callback, IntPtr hInstance, uint theardID ) : IntPtr
idHook int
callback LLKeyboardHook
hInstance IntPtr
theardID uint
return IntPtr
    static extern IntPtr SetWindowsHookEx(int idHook, LLKeyboardHook callback, IntPtr hInstance, uint theardID);