C1.Util.Win Namespace / Win32.EditStreamCallbackProc Delegate

In This Topic
Win32.EditStreamCallbackProc Delegate
In This Topic
Syntax
'Declaration
 
Public Delegate Function Win32.EditStreamCallbackProc( _
   ByVal dwCookie As IntPtr, _
   ByVal buf As IntPtr, _
   ByVal cb As Integer, _
   ByRef pcb As Integer _
) As UInteger
 

Parameters

dwCookie
buf
cb
pcb
See Also