UpdateLayeredWindowIndirect method

int UpdateLayeredWindowIndirect(
  1. Pointer<HWND__> hWnd,
  2. Pointer<UPDATELAYEREDWINDOWINFO> pULWInfo
)

Implementation

int UpdateLayeredWindowIndirect(
  ffi.Pointer<HWND__> hWnd,
  ffi.Pointer<UPDATELAYEREDWINDOWINFO> pULWInfo,
) {
  return _UpdateLayeredWindowIndirect(
    hWnd,
    pULWInfo,
  );
}