The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
COM_INTERFACE_ENTRY2_IID
Same as COM_INTERFACE_ENTRY2, except you can specify a different IID.
COM_INTERFACE_ENTRY2_IID( iid , x , x2 )
- iid
[in] The GUID you are specifying for the interface.
- x
[in] The name of an interface that your class object derives from directly.
- x2
[in] The name of a second interface that your class object derives from directly.
See COM_INTERFACE_ENTRY Macros for remarks about COM map entries.
Requirements
Header: atlcom.h
Show: