MagGetWindowSource function (magnification.h)
Gets the rectangle of the area that is being magnified.
Syntax
BOOL MagGetWindowSource(
[in] HWND hwnd,
[out] RECT *pRect
);
Parameters
[in] hwnd
Type: HWND
The magnification window.
[out] pRect
Type: RECT*
The rectangle that is being magnified, in desktop coordinates.
Return value
Type: BOOL
Returns TRUE if successful, or FALSE otherwise.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | magnification.h |
Library | Magnification.lib |
DLL | Magnification.dll |