ScaleWindowExtEx method
Implementation
int ScaleWindowExtEx(
ffi.Pointer<HDC__> hdc,
int xn,
int xd,
int yn,
int yd,
ffi.Pointer<LPSIZE> lpsz,
) {
return (_ScaleWindowExtEx ??=
_dylib.lookupFunction<_c_ScaleWindowExtEx, _dart_ScaleWindowExtEx>(
'ScaleWindowExtEx'))(
hdc,
xn,
xd,
yn,
yd,
lpsz,
);
}