CComCachedTearOffObject::m_contained

 

A CComContainedObject object derived from your tear-off class.

Syntax

CcomContainedObject <
contained
> m_contained;

Parameters

  • contained
    [in] Your tear-off class, derived from CComTearOffObjectBase and the interfaces you want your tear-off object to support.

Remarks

The methods m_contained inherits are used to access the tear-off interface in your tear-off class through the cached tear-off object's QueryInterface, FinalConstruct, and FinalRelease.

Requirements

Header: atlcom.h

See Also

CComCachedTearOffObject Class
CComTearOffObject Class