InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util.Win Namespace / Win32 Class / DefWindowProc Method

In This Topic
    DefWindowProc Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function DefWindowProc( _
       ByVal hWnd As IntPtr, _
       ByVal wMsg As Integer, _
       ByVal wParam As IntPtr, _
       ByVal lParam As IntPtr _
    ) As IntPtr
    public static IntPtr DefWindowProc( 
       IntPtr hWnd,
       int wMsg,
       IntPtr wParam,
       IntPtr lParam
    )

    Parameters

    hWnd
    wMsg
    wParam
    lParam
    See Also