This macro enters a property description, property DISPID, and property page CLSID into the object's property map. The BEGIN_PROP_MAP macro marks the beginning of the property map; the END_PROP_MAP macro marks the end.
At a Glance
Header file: | Atlcom.h |
Windows CE versions: | 2.0 and later |
Complete documentation: | Visual C++ documentation |
Syntax
PROP_ENTRY( szDesc, dispid, clsid )
See Also