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

IEnumSTATSTG

public static void PopulateVTable(Vtbl* vtable)

public uint AddRef()

public HRESULT Clone(IEnumSTATSTG** ppenum)

Creates a new enumerator that contains the same enumeration state as the current STATSTG structure enumerator.

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

Retrieves a specified number of STATSTG structures, that follow in the enumeration sequence.

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

public uint Release()

public HRESULT Reset()

Resets the enumeration sequence to the beginning of the STATSTG structure array.

public HRESULT Skip(uint celt)

Skips a specified number of STATSTG structures in the enumeration sequence.