System.Windows.Forms.NativeForm.SetWindowLong C# (CSharp) Method

SetWindowLong() private method

private SetWindowLong ( IntPtr hWnd, int nIndex, int dwNewLong ) : int
hWnd System.IntPtr
nIndex int
dwNewLong int
return int
        static extern int SetWindowLong(IntPtr hWnd, int nIndex, int dwNewLong);