CComObject

The CComObject class implements IUnknown for a nonaggregated object.

Syntax

template< class Base >

class CComObject : public Base

Parameters

The Base parameter is your class.

At a Glance

Header file: Atlcom.h
Platforms:
Versions: 2.0 and later
Complete documentation: Visual C++ documentation

See Also

CComObject Methods, CComObjectRoot, CComObjectRootEx