AdvancedLauncher.SDK.Tools.NativeMethods.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
        public static extern int SetWindowLong(IntPtr hWnd, int nIndex, int dwNewLong);