Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Methods
Increments the reference count for a CComCachedTearOffObject object. |
|
The constructor. |
|
The destructor. |
|
Calls the m_contained::FinalConstruct (the tear-off class' method). |
|
Calls the m_contained::FinalRelease (the tear-off class' method). |
|
Returns a pointer to the IUnknown of the CComCachedTearOffObject object, or to the requested interface on your tear-off class (the class contained). |
|
Decrements the reference count for a CComCachedTearOffObject object and destroys it if the reference count is 0. |
Data Members
A CComContainedObject object derived from your tear-off class (the class contained). |