ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32.WindowProc Delegate

In This Topic
    Win32.WindowProc Delegate
    In This Topic
    Syntax
    'Declaration
     
    Public Delegate Function Win32.WindowProc( _
       ByVal hwnd As System.IntPtr, _
       ByVal uMsg As System.UInteger, _
       ByVal wParam As System.IntPtr, _
       ByVal lParam As System.IntPtr _
    ) As System.Integer
    public delegate System.int Win32.WindowProc( 
       System.IntPtr hwnd,
       System.uint uMsg,
       System.IntPtr wParam,
       System.IntPtr lParam
    )

    Parameters

    hwnd
    uMsg
    wParam
    lParam
    See Also