<PackageReference Include="System.Drawing.Common" Version="10.0.4" />
Windows.Win32.System.Com.IPersist
namespace Windows.
Win32.
System.
Com
{
internal struct IPersist :
IVTable<
IPersist,
IPersist.
Vtbl>,
IVTable,
IComIID
{
public unsafe HRESULT QueryInterface(
Guid*
riid,
void**
ppvObject);
public uint AddRef();
public uint Release();
public unsafe HRESULT GetClassID(
Guid*
pClassID);
public unsafe static void PopulateVTable(
Vtbl*
vtable);
}
}