CComAggObject

This class implements IUnknown for an aggregated object. CComAggObject has its own IUnknown interface, separate from the outer object's IUnknown, and maintains its own reference count. CComAggObject uses CComContainedObject to delegate to the outer object’s IUnknown interface.

At a Glance

Header file: Atlcom.h
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

template< class contained >

class CComAggObject : public IUnknown, public CComObjectRootEx< contained::_ThreadModel::ThreadModelNoCS >

See Also

CComContainedObject, CComObject,