GetWindowDpiAwarenessContext function user32
Returns the DPI_AWARENESS_CONTEXT associated with a window.
DPI_AWARENESS_CONTEXT GetWindowDpiAwarenessContext(
HWND hwnd);
Implementation
int GetWindowDpiAwarenessContext(int hwnd) =>
_GetWindowDpiAwarenessContext(hwnd);