This class is used in classes CComAggObject, CComPolyObject, and CComCachedTearOffObject. This class implements IUnknown by delegating to the owner object's IUnknown.
At a Glance
Header file: | Atlcom.h |
Windows CE versions: | 2.0 and later |
Complete documentation: | Visual C++ documentation |
Syntax
template< class Base >
class CComContainedObject : public Base
See Also