COM_INTERFACE_ENTRY_CACHED_TEAR_OFF

This macro saves the interface specific data for every instance. If the interface is not used, this lowers the overall instance size of your object.

At a Glance

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

Syntax

COM_INTERFACE_ENTRY_CACHED_TEAR_OFF( iid, x, punk )

See Also

ATL Macros and Global Functions, COM_INTERFACE_ENTRY Macros