SetThreadDpiAwarenessContext function Null safety user32
- int dpiContext
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);