END_PROPERTY_MAP

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Beginning with ATL 3.0, END_PROPERTY_MAP is replaced by END_PROP_MAP. See BEGIN_PROPERTY_MAP for more information about the update.

For backward compatibility, ATL defines the following:

#define END_PROPERTY_MAP() \
         {NULL, 0, NULL, &IID_NULL, 0, 0, 0} \
      }; \
      return pPropMap; \
   }

Requirements

Header: atlcom.h

See Also

Reference

Obsolete ATL Topics