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
Este explorador ya no se admite.
Actualice a Microsoft Edge para aprovechar las características y actualizaciones de seguridad más recientes, y disponer de soporte técnico.
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