GetWindowDpiAwarenessContext function user32

int GetWindowDpiAwarenessContext(
  1. int hwnd
)

Returns the DPI_AWARENESS_CONTEXT associated with a window.

DPI_AWARENESS_CONTEXT GetWindowDpiAwarenessContext(
  HWND hwnd);

Implementation

int GetWindowDpiAwarenessContext(int hwnd) =>
    _GetWindowDpiAwarenessContext(hwnd);