<PackageReference Include="System.Drawing.Common" Version="10.0.0-preview.6.25358.103" />

IEnumSTATDATA

public static void PopulateVTable(Vtbl* vtable)

public uint AddRef()

public HRESULT Clone(IEnumSTATDATA** ppenum)

Creates a new enumerator that contains the same enumeration state as the current one. (IEnumSTATDATA.Clone)

public HRESULT Next(uint celt, STATDATA* rgelt, UInt32* pceltFetched)

Retrieves the specified number of items in the enumeration sequence. (IEnumSTATDATA.Next)

public HRESULT QueryInterface(Guid* riid, Void** ppvObject)

public uint Release()

public HRESULT Reset()

Resets the enumeration sequence to the beginning. (IEnumSTATDATA.Reset)

public HRESULT Skip(uint celt)

Skips over the specified number of items in the enumeration sequence. (IEnumSTATDATA.Skip)