'Declaration
Public Overloads Shared Function SetWindowLong( _ ByVal hwnd As System.IntPtr, _ ByVal index As System.Integer, _ ByVal wndProc As WindowProc _ ) As System.IntPtr
'Usage
Dim hwnd As System.IntPtr Dim index As System.Integer Dim wndProc As WindowProc Dim value As System.IntPtr value = NUser32.SetWindowLong(hwnd, index, wndProc)
Parameters
- hwnd
- index
- wndProc