Click or drag to resize

Win32CallNextHookEx Method

[Missing <summary> documentation for "M:Stimulsoft.Base.Drawing.Win32.CallNextHookEx(System.IntPtr,System.Int32,System.IntPtr,Stimulsoft.Base.Drawing.Win32.CWPSTRUCT@)"]

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static int CallNextHookEx(
	IntPtr hookHandle,
	int code,
	IntPtr wparam,
	ref Win32CWPSTRUCT cwp
)

Parameters

hookHandle
Type: SystemIntPtr

[Missing <param name="hookHandle"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.CallNextHookEx(System.IntPtr,System.Int32,System.IntPtr,Stimulsoft.Base.Drawing.Win32.CWPSTRUCT@)"]

code
Type: SystemInt32

[Missing <param name="code"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.CallNextHookEx(System.IntPtr,System.Int32,System.IntPtr,Stimulsoft.Base.Drawing.Win32.CWPSTRUCT@)"]

wparam
Type: SystemIntPtr

[Missing <param name="wparam"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.CallNextHookEx(System.IntPtr,System.Int32,System.IntPtr,Stimulsoft.Base.Drawing.Win32.CWPSTRUCT@)"]

cwp
Type: Stimulsoft.Base.DrawingWin32CWPSTRUCT

[Missing <param name="cwp"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.CallNextHookEx(System.IntPtr,System.Int32,System.IntPtr,Stimulsoft.Base.Drawing.Win32.CWPSTRUCT@)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Stimulsoft.Base.Drawing.Win32.CallNextHookEx(System.IntPtr,System.Int32,System.IntPtr,Stimulsoft.Base.Drawing.Win32.CWPSTRUCT@)"]

See Also