Class Methods
| The constructor. | |
| The destructor. | |
| Performs final initialization of m_contained. | |
| Performs final destruction of m_contained. | 
IUnknown Methods
| Increments the object's reference count. | |
| Retrieves a pointer to the requested interface. | |
| Decrements the object's reference count. | 
Data Members
| 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. | 
Static Functions
| Allows you to create a new CComPolyObject< contained > object without the overhead of CoCreateInstance. |