11 virtual bool getWindowRect(::HWND__*
window, ::tagRECT& result)
const;
13 virtual bool getClientRect(::HWND__*
window, ::tagRECT& result)
const;
15 virtual bool getWindowShowCommand(::HWND__*
window,
int& result)
const;
17 virtual bool getClosestMonitorRect(::tagRECT
const& closestToRect, ::tagRECT& result)
const = 0;
19 virtual bool getAdjustedWindowRect(::tagRECT
const& clientRect, ::tagRECT& windowRect)
const;
21 virtual ::tagRECT _fitClientToScreen(::tagRECT
const& client, ::tagRECT
const&
window, ::tagRECT
const& screen) = 0;
28 MCNAPI
bool $getWindowRect(::HWND__*
window, ::tagRECT& result)
const;
30 MCNAPI
bool $getClientRect(::HWND__*
window, ::tagRECT& result)
const;
32 MCNAPI
bool $getWindowShowCommand(::HWND__*
window,
int& result)
const;
34 MCNAPI
bool $getAdjustedWindowRect(::tagRECT
const& clientRect, ::tagRECT& windowRect)
const;