Spread WinForms 15
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)

Parameters

hWnd
nIndex
See Also