Expand Minimize
This topic has not yet been rated - Rate this topic

COM_INTERFACE_ENTRY2_IID

Same as COM_INTERFACE_ENTRY2, except you can specify a different IID.

COM_INTERFACE_ENTRY2_IID( iid, x, x2 )

Parameters

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.

Remarks

See COM_INTERFACE_ENTRY Macros for remarks about COM map entries.

See Also

COM Map Macros | ATL Macros

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.