[]
public delegate uint Win32.EditStreamCallbackProc(IntPtr dwCookie, IntPtr buf, int cb, ref int pcb)
| Type | Name | Description |
|---|---|---|
| IntPtr | dwCookie | |
| IntPtr | buf | |
| int | cb | |
| int | pcb |
| Type | Description |
|---|---|
| uint |
| Name | Description |
|---|---|
| EditStreamCallbackProc(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(IntPtr, IntPtr, int, ref int, AsyncCallback, object) | |
| EndInvoke(ref int, IAsyncResult) | |
| Invoke(IntPtr, IntPtr, int, ref int) |