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

In This Topic
    WindowProc Method (GestureHandler)
    In This Topic
    The Windows message interception for gesture events handling
    Syntax
    'Declaration
     
    Protected Overrides Function WindowProc( _
       ByVal hWnd As IntPtr, _
       ByVal msg As Integer, _
       ByVal wParam As IntPtr, _
       ByVal lParam As IntPtr _
    ) As UInteger
    protected override uint WindowProc( 
       IntPtr hWnd,
       int msg,
       IntPtr wParam,
       IntPtr lParam
    )

    Parameters

    hWnd
    WndProc hWnd
    msg
    WndProc msg
    wParam
    WndProc wParam
    lParam
    WndProc lParam

    Return Value

    WndProc return
    See Also