Class Methods
| CcomPolyObject | Constructor. |
| FinalConstruct | Performs final initialization of m_contained. |
| FinalRelease | Performs final destruction of m_contained. |
IUnknown Methods
| AddRef | Increments the reference count on the object. |
| QueryInterface | Retrieves a pointer to the requested interface. |
| Release | Decrements the reference count on the object. |
Data Members
| m_contained | Delegates Iunknown calls to the outer unknown if the object is aggregated or to the IUnknown of the object if the object is not aggregated. |