12 virtual bool getWindowRect(::HWND__*, ::tagRECT&)
const;
14 virtual bool getWindowRect(::HWND__*
window, ::tagRECT& result)
const;
18 virtual bool getClientRect(::HWND__*, ::tagRECT&)
const;
20 virtual bool getClientRect(::HWND__*
window, ::tagRECT& result)
const;
24 virtual bool getWindowShowCommand(::HWND__*,
int&)
const;
26 virtual bool getWindowShowCommand(::HWND__*
window,
int& result)
const;
29 virtual bool getClosestMonitorRect(::tagRECT
const& closestToRect, ::tagRECT& result)
const = 0;
32 virtual bool getAdjustedWindowRect(::tagRECT
const&, ::tagRECT&)
const;
34 virtual bool getAdjustedWindowRect(::tagRECT
const& clientRect, ::tagRECT& windowRect)
const;
37 virtual ::tagRECT _fitClientToScreen(::tagRECT
const& client, ::tagRECT
const&
window, ::tagRECT
const& screen) = 0;
44 MCNAPI
bool $getWindowRect(::HWND__*
window, ::tagRECT& result)
const;
46 MCNAPI
bool $getClientRect(::HWND__*
window, ::tagRECT& result)
const;
48 MCNAPI
bool $getWindowShowCommand(::HWND__*
window,
int& result)
const;
50 MCNAPI
bool $getAdjustedWindowRect(::tagRECT
const& clientRect, ::tagRECT& windowRect)
const;