[]
public virtual IAsyncResult BeginInvoke(IntPtr dwCookie, IntPtr buf, int cb, ref int pcb, AsyncCallback callback, object @object)
Public Overridable Function BeginInvoke(dwCookie As IntPtr, buf As IntPtr, cb As Integer, ByRef pcb As Integer, callback As AsyncCallback, [object] As Object) As IAsyncResult
| Type | Name | Description |
|---|---|---|
| IntPtr | dwCookie | |
| IntPtr | buf | |
| int | cb | |
| int | pcb | |
| AsyncCallback | callback | |
| object | object |
| Type | Description |
|---|---|
| IAsyncResult |