AtlSetChildSite

HRESULT AtlSetChildSite( IUnknown* punkChild, IUnknown* punkParent );

Return Value

A standard HRESULT value.

Parameters

punkChild

[in] A pointer to the IUnknown interface of the child.

punkParent

[in] A pointer to the IUnknown interface of the parent.

Remarks

Call this function to set the site of the child object to the IUnknown of the parent object.

ATL Macros and Global Functions