public static int GetWindowLong( IntPtr hWnd, int nIndex )
'Declaration Public Shared Function GetWindowLong( _ ByVal hWnd As IntPtr, _ ByVal nIndex As Integer _ ) As Integer
'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)
'Usage
Dim hWnd As IntPtr Dim nIndex As Integer Dim value As Integer value = SortingForm.GetWindowLong(hWnd, nIndex)
SortingForm Class SortingForm Members