cadencii.win32.GetWindowRect C# (CSharp) Method

GetWindowRect() private method

private GetWindowRect ( IntPtr hWnd, RECT &lpRect ) : bool
hWnd System.IntPtr
lpRect RECT
return bool
        public static extern bool GetWindowRect( IntPtr hWnd, ref RECT lpRect );
win32