ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / DwmGetWindowAttribute Method

In This Topic
    DwmGetWindowAttribute Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function DwmGetWindowAttribute( _
       ByVal hwnd As System.IntPtr, _
       ByVal dwAttribute As System.Integer, _
       ByRef pvAttribute As Win32.RECT, _
       ByVal cbAttribute As System.Integer _
    ) As System.Integer
    public static System.int DwmGetWindowAttribute( 
       System.IntPtr hwnd,
       System.int dwAttribute,
       ref Win32.RECT pvAttribute,
       System.int cbAttribute
    )

    Parameters

    hwnd
    dwAttribute
    pvAttribute
    cbAttribute
    See Also