SetWindowExtEx method
Implementation
int SetWindowExtEx(
ffi.Pointer<HDC__> hdc,
int x,
int y,
ffi.Pointer<LPSIZE> lpsz,
) {
return (_SetWindowExtEx ??=
_dylib.lookupFunction<_c_SetWindowExtEx, _dart_SetWindowExtEx>(
'SetWindowExtEx'))(
hdc,
x,
y,
lpsz,
);
}