DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE top-level constant

int const DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE

Per monitor DPI aware. This window 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

const DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE = -3;