DPI_HOSTING_BEHAVIOR_MIXED constant

int const DPI_HOSTING_BEHAVIOR_MIXED

Mixed DPI hosting behavior. This enables the creation and re-parenting of child windows with different DPI_AWARENESS_CONTEXT. These child windows will be independently scaled by the OS.

Implementation

static const DPI_HOSTING_BEHAVIOR_MIXED = 1;