MagGetWindowSource function magnification
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);