This class implements IUknown for an aggregated or nonaggregated class. The contained class is your class.
At a Glance
Header file: | Atlcom.h |
Windows CE versions: | 2.0 and later |
Complete documentation: | Visual C++ documentation |
Syntax
template< class contained >
class CComPolyObject : public IUknown, public CComObjectRootEx<contained::_ThreadModel::ThreadModelNoCS>
See Also