This macro functions the same was as COM_INTERFACE_ENTRY2, except you can specify a different IID.
See COM_INTERFACE_ENTRY Macros for remarks about COM map entries.
At a Glance
Header file: | Atlcom.h |
Windows CE versions: | 2.0 and later |
Complete documentation: | Visual C++ documentation |
Syntax
COM_INTERFACE_ENTRY2_IID( iid, x, x2 )
See Also