DPI_AWARENESS_PER_MONITOR_AWARE constant

int const DPI_AWARENESS_PER_MONITOR_AWARE

Per monitor DPI aware. This process checks for the DPI when it is created and adjusts the scale factor whenever the DPI changes. These processes are not automatically scaled by the system.

Implementation

static const DPI_AWARENESS_PER_MONITOR_AWARE = 2;