SetLayeredWindowAttributes method
Implementation
int SetLayeredWindowAttributes(
ffi.Pointer<HWND__> hwnd,
int crKey,
int bAlpha,
int dwFlags,
) {
return (_SetLayeredWindowAttributes ??= _dylib.lookupFunction<
_c_SetLayeredWindowAttributes,
_dart_SetLayeredWindowAttributes>('SetLayeredWindowAttributes'))(
hwnd,
crKey,
bAlpha,
dwFlags,
);
}