ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / 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 System.IntPtr, _
       ByVal buf As System.IntPtr, _
       ByVal cb As System.Integer, _
       ByRef pcb As System.Integer _
    ) As System.UInteger
    public delegate System.uint Win32.EditStreamCallbackProc( 
       System.IntPtr dwCookie,
       System.IntPtr buf,
       System.int cb,
       ref System.int pcb
    )

    Parameters

    dwCookie
    buf
    cb
    pcb
    See Also