ComponentOne SuperTooltip for WinForms
C1.Win.8 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 System.IntPtr, _
       ByVal wMsg As System.Integer, _
       ByVal wParam As System.IntPtr, _
       ByVal lParam As System.IntPtr _
    ) As System.IntPtr
    public static System.IntPtr DefWindowProc( 
       System.IntPtr hWnd,
       System.int wMsg,
       System.IntPtr wParam,
       System.IntPtr lParam
    )

    Parameters

    hWnd
    wMsg
    wParam
    lParam
    See Also