Class Methods
| CcomAggObject | Constructor. |
| 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. |