Win32Properties.CustomWndProcHookCallback Delegate
Definition
public delegate Win32Properties.CustomWndProcHookCallback
Constructors
| Name | Description |
|---|---|
| Win32Properties.CustomWndProcHookCallback | No summary available. |
Win32Properties.CustomWndProcHookCallback Constructor
public Win32Properties.CustomWndProcHookCallback(object object, IntPtr method)
Parameters
object object
method IntPtr
Methods
| Name | Description |
|---|---|
| BeginInvoke | No summary available. |
| EndInvoke | No summary available. |
| Invoke | No summary available. |
BeginInvoke Method
public IAsyncResult BeginInvoke(IntPtr hWnd, uint msg, IntPtr wParam, IntPtr lParam, bool& handled, AsyncCallback callback, object object)
Parameters
hWnd IntPtr
msg uint
wParam IntPtr
lParam IntPtr
handled bool&
callback AsyncCallback
object object
Returns
IAsyncResult
EndInvoke Method
public IntPtr EndInvoke(bool& handled, IAsyncResult result)
Parameters
handled bool&
result IAsyncResult
Returns
IntPtr
Invoke Method
public IntPtr Invoke(IntPtr hWnd, uint msg, IntPtr wParam, IntPtr lParam, bool& handled)
Parameters
hWnd IntPtr
msg uint
wParam IntPtr
lParam IntPtr
handled bool&
Returns
IntPtr