IEnumGUID (Interfaces)
Last changed: -119.202.80.202

.
Summary
TODO - a short description

C# Definition:

    [ComImport, Guid("0002E000-0000-0000-C000-000000000046"), InterfaceType(ComInterfaceType.InterfaceIsIUnknown), ComVisible(false)]
    public interface IEnumGUID
    {
        int Next(int celt, [Out, MarshalAs(UnmanagedType.LPArray, SizeParamIndex=0)]Guid[] rgelt);
        void Skip(int celt);
        void Reset();
        [return: MarshalAs(UnmanagedType.Interface)]
        IEnumGUID Clone();
    }

VB Definition:

<ComImport> _
<Guid("TODO")> _
'TODO: Insert <InterfaceType(ComInterfaceType.InterfaceIsIUnknown)> _ if this doesn't derive from IDispatch
Interface IEnumGUID
   TODO
End Interface

User-Defined Types:

None.

Notes:

None.

Documentation
IEnumGUID on MSDN