cadencii.win32.GetClientRect C# (CSharp) Method

GetClientRect() private method

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