[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)"]
C# | Visual Basic | Visual 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 )
- 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)"]
[Missing <returns> documentation for "M:Jgr.Gui.NativeMethods.SetWindowsHookEx(System.Int32,Jgr.Gui.NativeMethods.HookProc,System.IntPtr,System.Int32)"]