MagGetWindowSource function magnification

int MagGetWindowSource(
  1. int hwnd,
  2. Pointer<RECT> pRect
)

Gets the rectangle of the area that is being magnified.

BOOL MagGetWindowSource(
  HWND hwnd,
  RECT *pRect
);

Implementation

int MagGetWindowSource(int hwnd, Pointer<RECT> pRect) =>
    _MagGetWindowSource(hwnd, pRect);