<PackageReference Include="System.Drawing.Common" Version="10.0.4" />

Windows.Win32.Foundation.HWND

namespace Windows.Win32.Foundation { internal readonly struct HWND : IHandle<HWND>, IEquatable<HWND> { public unsafe static implicit operator void*(HWND value); public unsafe static explicit operator HWND(void* value); public static bool operator ==(HWND left, HWND right); public static bool operator !=(HWND left, HWND right); public bool Equals(HWND other); public static implicit operator IntPtr(HWND value); public static explicit operator HWND(IntPtr value); public static explicit operator HWND(UIntPtr value); public static implicit operator HANDLE(HWND value); } }