Delegate WndHookDelegate
Assembly: TelerikCommon.dll
Syntax
public delegate IntPtr WndHookDelegate(IntPtr hWnd, int msg, IntPtr wParam, IntPtr lParam, ref bool handled, ref bool defWndProc);
Parameters
|
System.IntPtr
hWnd
|
|
System.Int32
msg
|
|
System.IntPtr
wParam
|
|
System.IntPtr
lParam
|
|
System.Boolean
handled
|
|
System.Boolean
defWndProc
|
Returns
Constructors
Declaration
public WndHookDelegate(object object, IntPtr method)
Parameters
|
System.Object
object
|
|
System.IntPtr
method
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(IntPtr hWnd, int msg, IntPtr wParam, IntPtr lParam, ref bool handled, ref bool defWndProc, AsyncCallback callback, object object)
Parameters
|
System.IntPtr
hWnd
|
|
System.Int32
msg
|
|
System.IntPtr
wParam
|
|
System.IntPtr
lParam
|
|
System.Boolean
handled
|
|
System.Boolean
defWndProc
|
|
System.AsyncCallback
callback
|
|
System.Object
object
|
Returns
Declaration
public virtual IntPtr EndInvoke(ref bool handled, ref bool defWndProc, IAsyncResult result)
Parameters
|
System.Boolean
handled
|
|
System.Boolean
defWndProc
|
|
System.IAsyncResult
result
|
Returns
Declaration
public virtual IntPtr Invoke(IntPtr hWnd, int msg, IntPtr wParam, IntPtr lParam, ref bool handled, ref bool defWndProc)
Parameters
|
System.IntPtr
hWnd
|
|
System.Int32
msg
|
|
System.IntPtr
wParam
|
|
System.IntPtr
lParam
|
|
System.Boolean
handled
|
|
System.Boolean
defWndProc
|
Returns
Extension Methods