Share via


IOleObjectImpl::GetClientSite

 

Puts the pointer in the control class data member CComControlBase::m_spClientSite into ppClientSite and increments the reference count on the pointer.

Syntax

      STDMETHOD(GetClientSite)(
   IOleClientSite** ppClientSite 
);

Remarks

See IOleObject::GetClientSite in the Windows SDK.

Requirements

Header: atlctl.h

See Also

IOleObjectImpl Class
IOleObjectImpl::SetClientSite