Method |
Description |
AddRef |
Increments the reference count for a CComCachedTearOffObject object. |
CComCachedTearOffObject |
Constructor. |
FinalConstruct |
Calls the m_contained::FinalConstruct (the tear-off class' method). |
FinalRelease |
Calls the m_contained::FinalRelease (the tear-off class' method). |
QueryInterface |
Returns a pointer to the IUnknown of the CComCachedTearOffObject object, or to the requested interface on your tear-off class (the class contained). |
Release |
Decrements the reference count for a CComCachedTearOffObject object and destroys it if the reference count is 0. |