CComEnumImpl Members

Methods

CComEnumImpl

The constructor.

~CComEnumImpl

The destructor.

Clone

The implementation of IEnumXXXX::Clone.

Init

Initializes the enumerator.

Next

The implementation of IEnumXXXX::Next.

Reset

The implementation of IEnumXXXX::Reset.

Skip

The implementation of IEnumXXXX::Skip.

Data Members

m_begin

A pointer to the first item in the array.

m_dwFlags

Copy flags passed through Init.

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_spUnk

The IUnknown pointer of the object supplying the collection being enumerated.

See Also

Reference

CComEnumImpl Class