These macros define property maps and entries.
BEGIN_PROP_MAP
|
Marks the beginning of the ATL property map.
|
PROP_DATA_ENTRY
|
Indicates the extent, or dimensions, of an ActiveX control.
|
PROP_ENTRY_TYPE
|
Enters a property description, property DISPID, and property page CLSID into the property map.
|
PROP_ENTRY_TYPE_EX
|
Enters a property description, property DISPID, property page CLSID, and IDispatch IID into the property map.
|
PROP_PAGE
|
Enters a property page CLSID into the property map.
|
END_PROP_MAP
|
Marks the end of the ATL property map.
|

See Also