Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides the object with the site's IUnknown pointer.
HRESULT SetChildSite(
IUnknown* pUnkSite
);
Parameters
- pUnkSite
[in] Pointer to the IUnknown interface pointer of the site managing this object. If NULL, the object should call IUnknown::Release on any existing site at which point the object no longer knows its site.
Return Value
Returns S_OK.
Requirements
Header: atlcom.h