Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.MultiTouch Namespace / Handler Class / WindowProc Method
WndProc hWnd
WndProc msg
WndProc wParam
WndProc lPara

In This Topic
    WindowProc Method (Handler)
    In This Topic
    The interceptor WndProc
    Syntax
    'Declaration
     
    Protected Overridable Function WindowProc( _
       ByVal hWnd As IntPtr, _
       ByVal msg As Integer, _
       ByVal wparam As IntPtr, _
       ByVal lparam As IntPtr _
    ) As UInteger
    protected virtual uint WindowProc( 
       IntPtr hWnd,
       int msg,
       IntPtr wparam,
       IntPtr lparam
    )

    Parameters

    hWnd
    WndProc hWnd
    msg
    WndProc msg
    wparam
    WndProc wParam
    lparam
    WndProc lPara

    Return Value

    WndProc return
    See Also