DPI_AWARENESS_UNAWARE constant

int const DPI_AWARENESS_UNAWARE

DPI unaware. This process does not scale for DPI changes and is always assumed to have a scale factor of 100% (96 DPI). It will be automatically scaled by the system on any other DPI setting.

Implementation

static const DPI_AWARENESS_UNAWARE = 0;