ComponentOne SuperTooltip for WinForms
C1.Win.4.8 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 System.IntPtr, _
       ByVal nIndex As System.Integer _
    ) As System.Integer
    public static System.int GetWindowLong( 
       System.IntPtr hWnd,
       System.int nIndex
    )

    Parameters

    hWnd
    nIndex
    See Also