IEnumSTATDATA Interface
.NET Framework (current version)
Provides the managed definition of the IEnumSTATDATA interface.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Clone(IEnumSTATDATA^%) | Creates a new enumerator that contains the same enumeration state as the current enumerator. |
![]() | Next(Int32, array<STATDATA>^, array<Int32>^) | Retrieves a specified number of items in the enumeration sequence. |
![]() | Reset() | Resets the enumeration sequence to the beginning. |
![]() | Skip(Int32) | Skips a specified number of items in the enumeration sequence. |
This interface enumerates an array of STATDATA structures.
For more information about the IEnumSTATDATA interface, see the MSDN Library.
The common language runtime throws an exception when a COM method in native code returns an HRESULT. For more information, see How to: Map HRESULTs and Exceptions.
.NET Framework
Available since 2.0
Available since 2.0
Show:
