I know that I can use GetProcessDpiAwareness()
to check the dpi awareness of a particular process. However this is only supported from Windows 8.1 upwards. Is there any way to query the dpi awareness of a process prior to that?
I couldn't find any information about it.
Particularly I want to know if the process was ran with [x] Disable display scaling on high DPI settings
(which was available at least from Windows 7.