Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IEnumSTATDATA Interface

 

Provides the managed definition of the IEnumSTATDATA interface.

Namespace:   System.Runtime.InteropServices.ComTypes
Assembly:  System (in System.dll)

[GuidAttribute("00000103-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IEnumSTATDATA

NameDescription
System_CAPS_pubmethodClone(IEnumSTATDATA^%)

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

System_CAPS_pubmethodNext(Int32, array<STATDATA>^, array<Int32>^)

Retrieves a specified number of items in the enumeration sequence.

System_CAPS_pubmethodReset()

Resets the enumeration sequence to the beginning.

System_CAPS_pubmethodSkip(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
Return to top
Show:
© 2017 Microsoft