MS.Win32.SafeNativeMethods.GetWindowRect C# (CSharp) Method

GetWindowRect() private method

private GetWindowRect ( NativeMethods hwnd, NativeMethods &rc ) : bool
hwnd NativeMethods
rc NativeMethods
return bool
        public static extern bool GetWindowRect(NativeMethods.HWND hwnd, out NativeMethods.RECT rc);

Same methods

SafeNativeMethods::GetWindowRect ( IntPtr hwnd, NativeMethods &rect ) : bool