IEnumSTATSTG Interface
Enumerates an array of structures containing statistical data about open storage, stream, or byte array objects. For more information, see IEnumSTATSTG and STATSTG.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<GuidAttribute("0000000D-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface IEnumSTATSTG
[GuidAttribute("0000000D-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface IEnumSTATSTG
[GuidAttribute(L"0000000D-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface class IEnumSTATSTG
[<GuidAttribute("0000000D-0000-0000-C000-000000000046")>]
[<InterfaceTypeAttribute()>]
type IEnumSTATSTG = interface end
public interface IEnumSTATSTG
The IEnumSTATSTG type exposes the following members.
Methods
Name | Description | |
---|---|---|
Clone | ||
Next | ||
Reset | ||
Skip |
Top