This macro is similar to PROP_ENTRY, but allows you specify a particular IID if your object supports multiple dual interfaces.
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_EX( szDesc, dispid, clsid, iidDispatch )
See Also