MagGetWindowSource function magnification
Gets the rectangle of the area that is being magnified.
To learn more, see learn.microsoft.com/windows/win32/api/magnification/nf-magnification-maggetwindowsource.
Implementation
@pragma('vm:prefer-inline')
bool MagGetWindowSource(HWND hwnd, Pointer<RECT> pRect) =>
_MagGetWindowSource(hwnd, pRect) != FALSE;