CSharpSlam.MessageBoxHelper.NativeMethods.GetWindowRect C# (CSharp) Method

GetWindowRect() private method

private GetWindowRect ( IntPtr hWnd, RECT &lpRect ) : bool
hWnd System.IntPtr
lpRect RECT
return bool
            internal static extern bool GetWindowRect(IntPtr hWnd, out RECT lpRect);