CComAggObject Members

Class Methods

CComAggObject

The constructor.

~CComAggObject

The destructor.

FinalConstruct

Performs final initialization of m_contained.

FinalRelease

Performs final destruction of m_contained.

IUnknown Methods

AddRef

Increments the reference count on the aggregated object.

QueryInterface

Retrieves a pointer to the requested interface.

Release

Decrements the reference count on the aggregated object.

Data Members

m_contained

Delegates IUnknown calls to the outer unknown.

Static Functions

CreateInstance

This static function allows you to create a new CComAggObject< contained > object without the overhead of CoCreateInstance.

See Also

Reference

CComAggObject Class