IEnumSTATSTG Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |