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

In This Topic
    GetWindowLong Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetWindowLong( _
       ByVal hWnd As IntPtr, _
       ByVal nIndex As Integer _
    ) As Integer
    public static int GetWindowLong( 
       IntPtr hWnd,
       int nIndex
    )

    Parameters

    hWnd
    nIndex
    See Also