AdvancedLauncher.SDK.Tools.NativeMethods.GetWindowLong C# (CSharp) Method

GetWindowLong() private method

private GetWindowLong ( IntPtr hWnd, int nIndex ) : int
hWnd System.IntPtr
nIndex int
return int
        public static extern int GetWindowLong(IntPtr hWnd, int nIndex);