COM_INTERFACE_ENTRY_TEAR_OFF

This macro exposes your tear-off interfaces. A tear-off interface is implemented as a separate object that is instantiated every time the interface it represents is queried for.

At a Glance

Header file: Atlcom.h
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

COM_INTERFACE_ENTRY_TEAR_OFF( iid, x )

See Also

ATL Macros and Global Functions, COM_INTERFACE_ENTRY Macros