MagSetWindowSource function magnification

int MagSetWindowSource(
  1. int hwnd,
  2. RECT rect
)

Sets the source rectangle for the magnification window.

BOOL MagSetWindowSource(
  HWND hwnd,
  RECT rect
);

Implementation

int MagSetWindowSource(int hwnd, RECT rect) => _MagSetWindowSource(hwnd, rect);