PROP_ENTRY_TYPE
Visual Studio 2010
Use this macro to enter a property description, property DISPID, and property page CLSID into the object's property map.
PROP_ENTRY_TYPE( szDesc, dispid, clsid, vt )
The PROP_ENTRY macro was insecure and deprecated. It has been replaced with PROP_ENTRY_TYPE.
The BEGIN_PROP_MAP macro marks the beginning of the property map; the END_PROP_MAP macro marks the end.
See the example for BEGIN_PROP_MAP.