Share via


CComEnumImpl Class Members

Methods

Init Initializes the enumerator.
Next The implementation of .
Skip The implementation of .
Reset The implementation of .
Clone The implementation of .

Data Members

m_spUnk The IUnknown pointer of the object supplying the collection being enumerated.
m_begin A pointer to the first item in the array.
m_end A pointer to the location just beyond the last item in the array.
m_iter A pointer to the current item in the array.
m_dwFlags Copy flags passed via Init.

CComEnumImpl Overview