[]
        
(Showing Draft Content)

C1.Util.Win.Win32.EditStreamCallbackProc

Win32.EditStreamCallbackProc Delegate

Namespace: C1.Util.Win
Assembly: C1.Win.4.8.dll
Syntax
public delegate uint Win32.EditStreamCallbackProc(IntPtr dwCookie, IntPtr buf, int cb, ref int pcb)
Parameters
Type Name Description
IntPtr dwCookie
IntPtr buf
int cb
int pcb
Returns
Type Description
uint

Constructors

Name Description
EditStreamCallbackProc(object, IntPtr)

Methods

Name Description
BeginInvoke(IntPtr, IntPtr, int, ref int, AsyncCallback, object)
EndInvoke(ref int, IAsyncResult)
Invoke(IntPtr, IntPtr, int, ref int)