The CComPolyObject class implements IUknown for an aggregated or nonaggregated class. The contained class is your class
template< class contained >
class CComPolyObject : public IUknown, public CComObjectRootEx<contained::_ThreadModel::ThreadModelNoCS>
| Header file: | Atlcom.h |
| Platforms: | |
| Versions: | 2.0 and later |
| Complete documentation: | Visual C++ documentation |
CComPolyObject Methods, CComPolyObject Data Members, CComObjectRootEx