GetLayeredWindowAttributes method
Implementation
int GetLayeredWindowAttributes(
ffi.Pointer<HWND__> hwnd,
ffi.Pointer<ffi.Uint64> pcrKey,
ffi.Pointer<ffi.Uint8> pbAlpha,
ffi.Pointer<ffi.Uint64> pdwFlags,
) {
return (_GetLayeredWindowAttributes ??= _dylib.lookupFunction<
_c_GetLayeredWindowAttributes,
_dart_GetLayeredWindowAttributes>('GetLayeredWindowAttributes'))(
hwnd,
pcrKey,
pbAlpha,
pdwFlags,
);
}