MagSetWindowSource function (magnification.h)

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

See also

MagGetWindowSource