﻿<?xml version="1.0" encoding="utf-8"?><Type Name="IEnumSTATDATA" FullName="System.Runtime.InteropServices.ComTypes.IEnumSTATDATA"><TypeSignature Language="C#" Value="public interface IEnumSTATDATA" /><TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IEnumSTATDATA" /><AssemblyInfo><AssemblyName>System</AssemblyName><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Interfaces /><Attributes><Attribute><AttributeName>System.Runtime.InteropServices.Guid("00000103-0000-0000-C000-000000000046")</AttributeName></Attribute><Attribute><AttributeName>System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)</AttributeName></Attribute></Attributes><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This interface enumerates an array of <see cref="T:System.Runtime.InteropServices.ComTypes.STATDATA" /> structures.</para><para>For more information about the IEnumSTATDATA interface, see the MSDN Library.</para><para>The common language runtime throws an exception when a COM method in native code returns an HRESULT. For more information, see <format type="text/html"><a href="610b364b-2761-429d-9c4a-afbc3e66f1b9">How to: Map HRESULTs and Exceptions</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Provides the managed definition of the IEnumSTATDATA interface.</para></summary></Docs><Members><Member MemberName="Clone"><MemberSignature Language="C#" Value="public void Clone (out System.Runtime.InteropServices.ComTypes.IEnumSTATDATA newEnum);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void Clone(class System.Runtime.InteropServices.ComTypes.IEnumSTATDATA newEnum) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="newEnum" Type="System.Runtime.InteropServices.ComTypes.IEnumSTATDATA&amp;" RefType="out" /></Parameters><Docs><param name="newEnum">To be added.</param><summary>To be added.</summary><remarks>To be added.</remarks></Docs></Member><Member MemberName="Next"><MemberSignature Language="C#" Value="public int Next (int celt, System.Runtime.InteropServices.ComTypes.STATDATA[] rgelt, int[] pceltFetched);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance int32 Next(int32 celt, valuetype System.Runtime.InteropServices.ComTypes.STATDATA[] rgelt, int32[] pceltFetched) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Parameters><Parameter Name="celt" Type="System.Int32" /><Parameter Name="rgelt" Type="System.Runtime.InteropServices.ComTypes.STATDATA[]" /><Parameter Name="pceltFetched" Type="System.Int32[]" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>For more information about IEnumSTATDATA::Next, see the MSDN Library.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Retrieves a specified number of items in the enumeration sequence.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>S_OK if the <paramref name="pceltFetched" /> parameter equals the <paramref name="celt" /> parameter; otherwise, S_FALSE.</para></returns><param name="celt"><attribution license="cc4" from="Microsoft" modified="false" />The number of <see cref="T:System.Runtime.InteropServices.ComTypes.STATDATA" /> references to return in <paramref name="rgelt" />.</param><param name="rgelt"><attribution license="cc4" from="Microsoft" modified="false" />When this method returns, contains a reference to the enumerated <see cref="T:System.Runtime.InteropServices.ComTypes.STATDATA" /> references. This parameter is passed uninitialized.</param><param name="pceltFetched"><attribution license="cc4" from="Microsoft" modified="false" />When this parameter returns, contains a reference to the actual number of references enumerated in <paramref name="rgelt" />. This parameter is passed uninitialized.</param></Docs></Member><Member MemberName="Reset"><MemberSignature Language="C#" Value="public int Reset ();" /><MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance int32 Reset() cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>For more information about IEnumSTATDATA::Reset, see the MSDN Library.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Resets the enumeration sequence to the beginning.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>An HRESULT with the value S_OK.</para></returns></Docs></Member><Member MemberName="Skip"><MemberSignature Language="C#" Value="public int Skip (int celt);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance int32 Skip(int32 celt) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Parameters><Parameter Name="celt" Type="System.Int32" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>For more information about IEnumSTATDATA::Skip, see the MSDN Library.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Skips a specified number of items in the enumeration sequence.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>S_OK if the number of elements skipped equals the <paramref name="celt" /> parameter; otherwise, S_FALSE.</para></returns><param name="celt"><attribution license="cc4" from="Microsoft" modified="false" />The number of elements to skip in the enumeration.</param></Docs></Member></Members></Type>