IObjectWithSiteImpl::m_spUnkSite

This data member manages the site's IUnknown pointer. m_spUnkSite initially receives this pointer through a call to SetSite.

Syntax

CComPtr< IUnknown > m_spUnkSite;

At a Glance

Header file: Atlctl.h
Platforms:
Versions: Version 2.0 and later
Complete documentation: Visual C++ documentation

See Also

IObjectWithSiteImpl Overview, IObjectWithSiteImpl Data Members, IObjectWithSiteImpl::GetSite, IObjectWithSiteImpl::SetSite