Methods
Init | Initializes the enumerator. |
Next | The implementation of IEnumXXXX::Next. |
Skip | The implementation of IEnumXXXX::Skip. |
Reset | The implementation of IEnumXXXX::Reset. |
Clone | The implementation of IEnumXXXX::Clone. |
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. |