'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