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