GetWindowDpiHostingBehavior function user32

int GetWindowDpiHostingBehavior(
  1. int hwnd
)

Returns the DPI_HOSTING_BEHAVIOR of the specified window.

DPI_HOSTING_BEHAVIOR GetWindowDpiHostingBehavior(
  HWND hwnd);

Implementation

int GetWindowDpiHostingBehavior(int hwnd) => _GetWindowDpiHostingBehavior(hwnd);