MS.Win32.SafeNativeMethods.GetWindowLong C# (CSharp) Method

GetWindowLong() private method

private GetWindowLong ( NativeMethods hWnd, int nIndex ) : int
hWnd NativeMethods
nIndex int
return int
        public static extern int GetWindowLong(NativeMethods.HWND hWnd, int nIndex);