'Declaration Public Delegate Function Win32.EditStreamCallbackProc( _ ByVal dwCookie As IntPtr, _ ByVal buf As IntPtr, _ ByVal cb As Integer, _ ByRef pcb As Integer _ ) As UInteger
'Declaration
Public Delegate Function Win32.EditStreamCallbackProc( _ ByVal dwCookie As IntPtr, _ ByVal buf As IntPtr, _ ByVal cb As Integer, _ ByRef pcb As Integer _ ) As UInteger
public delegate uint Win32.EditStreamCallbackProc( IntPtr dwCookie, IntPtr buf, int cb, ref int pcb )
Win32.EditStreamCallbackProc Members C1.Util.Win Namespace