5 [Guid(
"00000102-0000-0000-C000-000000000046")]
7 [__DynamicallyInvokable]
24 [__DynamicallyInvokable]
28 [__DynamicallyInvokable]
33 [__DynamicallyInvokable]
int Next(int celt, [Out] [MarshalAs(UnmanagedType.LPArray, SizeParamIndex=0)] IMoniker[] rgelt, IntPtr pceltFetched)
Retrieves a specified number of items in the enumeration sequence.
void Clone(out IEnumMoniker ppenum)
Creates a new enumerator that contains the same enumeration state as the current one.
Manages the definition of the IEnumMoniker interface.
UnmanagedType
Identifies how to marshal parameters or fields to unmanaged code.
A platform-specific type that is used to represent a pointer or a handle.
Provides the managed definition of the IMoniker interface, with COM functionality from IPersist and I...
ComInterfaceType
Identifies how to expose an interface to COM.
int Skip(int celt)
Skips a specified number of items in the enumeration sequence.
void Reset()
Resets the enumeration sequence to the beginning.