CamTimer.Kernel.NativeMethods.GetWindowRect C# (CSharp) Method

GetWindowRect() private method

private GetWindowRect ( IntPtr hwnd, System.Windows.Forms.RECT &rc ) : int
hwnd System.IntPtr
rc System.Windows.Forms.RECT
return int
            internal static extern int GetWindowRect(IntPtr hwnd, out RECT rc);