DPI_AWARENESS_SYSTEM_AWARE constant

int const DPI_AWARENESS_SYSTEM_AWARE

System DPI aware. This process does not scale for DPI changes. It will query for the DPI once and use that value for the lifetime of the process. If the DPI changes, the process will not adjust to the new DPI value. It will be automatically scaled up or down by the system when the DPI changes from the system value.

Implementation

static const DPI_AWARENESS_SYSTEM_AWARE = 1;