Balloon.NET.Hooks.BaseHook.SetWindowsHookEx C# (CSharp) Method

SetWindowsHookEx() private method

private SetWindowsHookEx ( int idHook, [ lpfn, IntPtr hinstance, int threadID ) : IntPtr
idHook int
lpfn [
hinstance System.IntPtr
threadID int
return System.IntPtr
		internal extern static IntPtr SetWindowsHookEx(int idHook, [MarshalAs(UnmanagedType.FunctionPtr)] HookProc lpfn, IntPtr hinstance, int threadID);