Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the source rectangle for the magnification window.
Syntax
BOOL MagSetWindowSource(
[in] HWND hwnd,
[in] RECT rect
);
Parameters
[in] hwnd
Type: HWND
The magnification window.
[in] rect
Type: RECT
The rectangle to be 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 |