Searched refs:prclDest (Results 1 – 1 of 1) sorted by relevance
103 sal_Bool APIENTRY _WinQueryWindowRect( HWND hwnd, PRECTL prclDest) in _WinQueryWindowRect() argument105 sal_Bool rc = WinQueryWindowRect( hwnd, prclDest); in _WinQueryWindowRect()106 ULONG tmp = prclDest->yBottom; in _WinQueryWindowRect()107 prclDest->yBottom = prclDest->yTop; in _WinQueryWindowRect()108 prclDest->yTop = tmp; in _WinQueryWindowRect()
Completed in 28 milliseconds