cadencii.win32.GetClientRect C# (CSharp) Метод

GetClientRect() приватный Метод

private GetClientRect ( IntPtr hWnd, RECT &lpRect ) : bool
hWnd System.IntPtr
lpRect RECT
Результат bool
        public static extern bool GetClientRect( IntPtr hWnd, ref RECT lpRect );
win32