DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE_V2 top-level constant

int const DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE_V2

Also known as Per Monitor v2. An advancement over the original per-monitor DPI awareness mode, which enables applications to access new DPI-related scaling behaviors on a per top-level window basis.

Per Monitor v2 was made available in the Creators Update of Windows 10, and is not available on earlier versions of the operating system.

Implementation

const DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE_V2 = -4;