SetThreadDpiAwarenessContext function user32
Set the DPI awareness for the current thread to the provided value.
DPI_AWARENESS_CONTEXT SetThreadDpiAwarenessContext(
DPI_AWARENESS_CONTEXT dpiContext
);
Implementation
int SetThreadDpiAwarenessContext(int dpiContext) =>
_SetThreadDpiAwarenessContext(dpiContext);