'Declaration
Public Overloads Shared Function SetWindowLong( _ ByVal hWnd As System.IntPtr, _ ByVal nIndex As System.Integer, _ ByVal newLong As System.IntPtr _ ) As System.Integer
'Usage
Dim hWnd As System.IntPtr Dim nIndex As System.Integer Dim newLong As System.IntPtr Dim value As System.Integer value = NUser32.SetWindowLong(hWnd, nIndex, newLong)
Parameters
- hWnd
- nIndex
- newLong