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.
|
System.
|
System.
|
System.
|
System.
|
System.
|
Returns
System.
|
Constructors
WndHookDelegate(Object, IntPtr)
Declaration
public WndHookDelegate(object object, IntPtr method)
Parameters
System.
|
System.
|
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.
|
System.
|
System.
|
System.
|
System.
|
System.
|
System.
|
System.
|
Returns
System.
|
EndInvoke(ref Boolean, ref Boolean, IAsyncResult)
Declaration
public virtual IntPtr EndInvoke(ref bool handled, ref bool defWndProc, IAsyncResult result)
Parameters
System.
|
System.
|
System.
|
Returns
System.
|
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.
|
System.
|
System.
|
System.
|
System.
|
System.
|
Returns
System.
|