Поделиться через


CComCachedTearOffObject::m_contained

A CComContainedObject object derived from your tear-off class.

CcomContainedObject <contained> m_contained;

Параметры

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

Заметки

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.

Требования

Header: atlcom.h

См. также

Основные понятия

CComCachedTearOffObject Class

CComCachedTearOffObject Members

CComTearOffObject Class