JGR MSTS Editors and Tools
SetWindowsHookEx Method (hookid, pfnhook, hinst, threadid)
NamespacesJgr.GuiNativeMethodsSetWindowsHookEx(Int32, NativeMethods..::..HookProc, IntPtr, Int32)

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Jgr.Gui.NativeMethods.SetWindowsHookEx(System.Int32,Jgr.Gui.NativeMethods.HookProc,System.IntPtr,System.Int32)"]

Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr SetWindowsHookEx(
	int hookid,
	NativeMethods..::..HookProc pfnhook,
	IntPtr hinst,
	int threadid
)
Public Shared Function SetWindowsHookEx ( _
	hookid As Integer, _
	pfnhook As NativeMethods..::..HookProc, _
	hinst As IntPtr, _
	threadid As Integer _
) As IntPtr
public:
static IntPtr SetWindowsHookEx(
	int hookid, 
	NativeMethods..::..HookProc^ pfnhook, 
	IntPtr hinst, 
	int threadid
)
Parameters
hookid (Int32)

[Missing <param name="hookid"/> documentation for "M:Jgr.Gui.NativeMethods.SetWindowsHookEx(System.Int32,Jgr.Gui.NativeMethods.HookProc,System.IntPtr,System.Int32)"]

pfnhook (NativeMethods..::..HookProc)

[Missing <param name="pfnhook"/> documentation for "M:Jgr.Gui.NativeMethods.SetWindowsHookEx(System.Int32,Jgr.Gui.NativeMethods.HookProc,System.IntPtr,System.Int32)"]

hinst (IntPtr)

[Missing <param name="hinst"/> documentation for "M:Jgr.Gui.NativeMethods.SetWindowsHookEx(System.Int32,Jgr.Gui.NativeMethods.HookProc,System.IntPtr,System.Int32)"]

threadid (Int32)

[Missing <param name="threadid"/> documentation for "M:Jgr.Gui.NativeMethods.SetWindowsHookEx(System.Int32,Jgr.Gui.NativeMethods.HookProc,System.IntPtr,System.Int32)"]

Return Value

[Missing <returns> documentation for "M:Jgr.Gui.NativeMethods.SetWindowsHookEx(System.Int32,Jgr.Gui.NativeMethods.HookProc,System.IntPtr,System.Int32)"]

Assembly: JGR.GUI (Module: JGR.GUI) Version: 0.5.4008.31682