ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32 Class / DwmDefWindowProc Method

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

    Parameters

    hWnd
    msg
    wParam
    lParam
    See Also