@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: TODO - a short description !!!!C# Definition: [ComImport, InterfaceType(ComInterfaceType.InterfaceIsIUnknown), Guid("00000103-0000-0000-C000-000000000046")] public interface IEnumFORMATETC { [PreserveSig] int Next(int celt, [Out, MarshalAs(UnmanagedType.LPArray, SizeParamIndex=0)] FORMATETC[] rgelt, [Out, MarshalAs(UnmanagedType.LPArray)] int[] pceltFetched); [PreserveSig] int Skip(int celt); [PreserveSig] int Reset(); void Clone(out IEnumFORMATETC newEnum); } !!!!VB Definition: None. !!!!User-Defined Types: None. !!!!Notes: None. Documentation: IEnumFORMATETC@msdn on MSDN
Edit Interfaces.IEnumF...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.