Hi there!
I have a couple of questions related to retrieving and managing display scaling options via Windows API in C++.
It’s necessary to retrieve the supported display scaling options (such as 100%, 125%, etc.) via C++ or the Windows API in order to adjust the scaling percentage for different screens. Currently we support 5 resolution profiles: Full HD, 4K, Ultrawide, Dual QHD, and Superwide.
- Is there a way to programmatically get all available scaling options for a particular display, and determine the recommended scaling percentage, as well as whether the scaling has been manually modified by the user?
- When changing the scaling percentage should the resolution be changed according to it or not and vice versa.
Looking forward to hearing from you soon.
Thanks
Kind regards
Shushanik