InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 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 IntPtr, _
       ByVal dwAttribute As Integer, _
       ByRef pvAttribute As Win32.RECT, _
       ByVal cbAttribute As Integer _
    ) As Integer
    public static int DwmGetWindowAttribute( 
       IntPtr hwnd,
       int dwAttribute,
       ref Win32.RECT pvAttribute,
       int cbAttribute
    )

    Parameters

    hwnd
    dwAttribute
    pvAttribute
    cbAttribute
    See Also