Share via


IEnumOnSTLImpl::m_spUnk

The IUnknown pointer of the object supplying the collection.

CComPtr<IUnknown> m_spUnk;

Remarks

This smart pointer maintains a reference on the object passed to IEnumOnSTLImpl::Init, ensuring that it remains alive during the lifetime of the enumerator.

Requirements

Header: atlcom.h

See Also

Reference

IEnumOnSTLImpl Class

IEnumOnSTLImpl::Init

Other Resources

IEnumOnSTLImpl Members