IEnumSTATSTG Interface

Definition

Enumerates an array of structures containing statistical data about open storage, stream, or byte array objects. For more information, see IEnumSTATSTG and STATSTG.

public interface class IEnumSTATSTG
public interface class IEnumSTATSTG
__interface IEnumSTATSTG
[System.Runtime.InteropServices.Guid("0000000D-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IEnumSTATSTG
[System.Runtime.InteropServices.Guid("0000000D-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IEnumSTATSTG
[<System.Runtime.InteropServices.Guid("0000000D-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IEnumSTATSTG = interface
[<System.Runtime.InteropServices.Guid("0000000D-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IEnumSTATSTG = interface
Public Interface IEnumSTATSTG
Attributes

Methods

Clone(IEnumSTATSTG)
Next(UInt32, STATSTG[], UInt32)
Reset()
Skip(UInt32)

Applies to