PROCESS_DPI_UNAWARE constant

int const PROCESS_DPI_UNAWARE

DPI unaware. This app 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 PROCESS_DPI_UNAWARE = 0;