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

GetWindowLong() private method

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