<PackageReference Include="System.Drawing.Common" Version="10.0.4" />
Windows.Win32.System.Com.STGMEDIUM
namespace Windows.
Win32.
System.
Com
{
internal struct STGMEDIUM
{
public ref HGLOBAL hGlobal { get; }
public static explicit operator STGMEDIUM(
global::
System.
Runtime.
InteropServices.
ComTypes.
STGMEDIUM comTypeStg);
public static explicit operator global::
System.
Runtime.
InteropServices.
ComTypes.
STGMEDIUM(
STGMEDIUM stg);
public void ReleaseUnknown();
}
}