Delegate WndHookDelegate
Namespace: Telerik.WinControls.UI
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
System.IntPtr
|
Constructors
WndHookDelegate(Object, IntPtr)
Declaration
public WndHookDelegate(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(IntPtr, Int32, IntPtr, IntPtr, ref Boolean, ref Boolean, AsyncCallback, Object)
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
System.IAsyncResult
|
EndInvoke(ref Boolean, ref Boolean, IAsyncResult)
Declaration
public virtual IntPtr EndInvoke(ref bool handled, ref bool defWndProc, IAsyncResult result)
Parameters
System.Boolean
handled
|
System.Boolean
defWndProc
|
System.IAsyncResult
result
|
Returns
System.IntPtr
|
Invoke(IntPtr, Int32, IntPtr, IntPtr, ref Boolean, ref Boolean)
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
System.IntPtr
|