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