SetWindowLong Method
SetWindowLong(IntPtr, int, int)
Declaration
public static extern int SetWindowLong(IntPtr hwnd, int nIndex, int dwNewLong)
Public Shared Function SetWindowLong(hwnd As IntPtr, nIndex As Integer, dwNewLong As Integer) As Integer
Parameters
Returns
SetWindowLong(IntPtr, int, IntPtr)
Declaration
public static extern IntPtr SetWindowLong(IntPtr hwnd, int nIndex, IntPtr dwNewLong)
Public Shared Function SetWindowLong(hwnd As IntPtr, nIndex As Integer, dwNewLong As IntPtr) As IntPtr
Parameters
Returns
SetWindowLong(IntPtr, int, WindowProc)
Declaration
public static extern IntPtr SetWindowLong(IntPtr hwnd, int nIndex, Win32.WindowProc newWindowProc)
Public Shared Function SetWindowLong(hwnd As IntPtr, nIndex As Integer, newWindowProc As Win32.WindowProc) As IntPtr
Parameters
Returns