CComEnumImpl::m_spUnk
This smart pointer maintains a reference on the object passed to CComEnumImpl::Init, ensuring that it remains alive during the lifetime of the enumerator.
CComPtr<IUnknown> m_spUnk;
Requirements
Header: atlcom.h
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
This smart pointer maintains a reference on the object passed to CComEnumImpl::Init, ensuring that it remains alive during the lifetime of the enumerator.
CComPtr<IUnknown> m_spUnk;
Header: atlcom.h