InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Util.Win Namespace / Win32 Class / GetWindowInfo Method

In This Topic
    GetWindowInfo Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetWindowInfo( _
       ByVal hWnd As IntPtr, _
       ByRef pwi As Win32.WINDOWINFO _
    ) As Boolean
    public static bool GetWindowInfo( 
       IntPtr hWnd,
       ref Win32.WINDOWINFO pwi
    )

    Parameters

    hWnd
    pwi
    See Also