UpdateLayeredWindow method
Implementation
int UpdateLayeredWindow(
ffi.Pointer<HWND__> hWnd,
ffi.Pointer<HDC__> hdcDst,
ffi.Pointer<LPPOINT> pptDst,
ffi.Pointer<LPSIZE> psize,
ffi.Pointer<HDC__> hdcSrc,
ffi.Pointer<LPPOINT> pptSrc,
int crKey,
ffi.Pointer<PBLENDFUNCTION> pblend,
int dwFlags,
) {
return (_UpdateLayeredWindow ??= _dylib.lookupFunction<
_c_UpdateLayeredWindow,
_dart_UpdateLayeredWindow>('UpdateLayeredWindow'))(
hWnd,
hdcDst,
pptDst,
psize,
hdcSrc,
pptSrc,
crKey,
pblend,
dwFlags,
);
}