Searched refs:lpMinMax (Results 1 – 2 of 2) sorted by relevance
511 static void MDI_ChildGetMinMaxInfo( HWND client, HWND hwnd, MINMAXINFO* lpMinMax ) in MDI_ChildGetMinMaxInfo() argument519 lpMinMax->ptMaxSize.x = rect.right -= rect.left; in MDI_ChildGetMinMaxInfo()520 lpMinMax->ptMaxSize.y = rect.bottom -= rect.top; in MDI_ChildGetMinMaxInfo()522 lpMinMax->ptMaxPosition.x = rect.left; in MDI_ChildGetMinMaxInfo()523 lpMinMax->ptMaxPosition.y = rect.top; in MDI_ChildGetMinMaxInfo()
1789 static void MDI_ChildGetMinMaxInfo( HWND client, HWND hwnd, MINMAXINFO* lpMinMax ) in MDI_ChildGetMinMaxInfo() argument1799 lpMinMax->ptMaxSize.x = rect.right; in MDI_ChildGetMinMaxInfo()1800 lpMinMax->ptMaxSize.y = rect.bottom; in MDI_ChildGetMinMaxInfo()1802 lpMinMax->ptMaxPosition.x = rect.left; in MDI_ChildGetMinMaxInfo()1803 lpMinMax->ptMaxPosition.y = rect.top; in MDI_ChildGetMinMaxInfo()