[]
public virtual IAsyncResult BeginInvoke(IntPtr hwnd, uint uMsg, IntPtr wParam, IntPtr lParam, AsyncCallback callback, object @object)
Public Overridable Function BeginInvoke(hwnd As IntPtr, uMsg As UInteger, wParam As IntPtr, lParam As IntPtr, callback As AsyncCallback, [object] As Object) As IAsyncResult
| Type | Name | Description |
|---|---|---|
| IntPtr | hwnd | |
| uint | uMsg | |
| IntPtr | wParam | |
| IntPtr | lParam | |
| AsyncCallback | callback | |
| object | object |
| Type | Description |
|---|---|
| IAsyncResult |