Display information of current magnification status.
This program is just an example of Microsoft Windows Magnification API.
Type below commands on cygwin environment.
make
./maginfo
An example of result.
$ make
g++ -o maginfo maginfo.cpp `cygpath -S`/Magnification.dll
$ ./maginfo
MagInitialize: 1
maglevel : 2.000000
offset : 1080, 555
source rect : -840, 555, 4280, 1635
target rect : -3840, 0, 6400, 2160
(c) 2018 Koichi OKADA. All rights reserves.
MIT licese.