GetWindowDpiHostingBehavior method

int GetWindowDpiHostingBehavior(
  1. Pointer<HWND__> hwnd
)

Implementation

int GetWindowDpiHostingBehavior(
  ffi.Pointer<HWND__> hwnd,
) {
  return (_GetWindowDpiHostingBehavior ??= _dylib.lookupFunction<
      _c_GetWindowDpiHostingBehavior,
      _dart_GetWindowDpiHostingBehavior>('GetWindowDpiHostingBehavior'))(
    hwnd,
  );
}