Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SortingForm Class / GetWindowLong Method


In This Topic
    GetWindowLong Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GetWindowLong( _
       ByVal hWnd As IntPtr, _
       ByVal nIndex As Integer _
    ) As Integer
    'Usage
     
    
    Dim hWnd As IntPtr
    Dim nIndex As Integer
    Dim value As Integer
     
    value = SortingForm.GetWindowLong(hWnd, nIndex)
    public static int GetWindowLong( 
       IntPtr hWnd,
       int nIndex
    )

    Parameters

    hWnd
    nIndex
    See Also