GetDpiForWindow method

int GetDpiForWindow(
  1. Pointer<HWND__> hwnd
)

Implementation

int GetDpiForWindow(
  ffi.Pointer<HWND__> hwnd,
) {
  return (_GetDpiForWindow ??=
      _dylib.lookupFunction<_c_GetDpiForWindow, _dart_GetDpiForWindow>(
          'GetDpiForWindow'))(
    hwnd,
  );
}