[]
        
(Showing Draft Content)

C1.Util.Win.Win32.EditStreamCallbackProc.BeginInvoke

BeginInvoke Method

BeginInvoke(IntPtr, IntPtr, int, ref int, AsyncCallback, object)

Declaration
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
Parameters
Type Name Description
IntPtr dwCookie
IntPtr buf
int cb
int pcb
AsyncCallback callback
object object
Returns
Type Description
IAsyncResult