COM_INTERFACE_ENTRY( x )
Parameters
x
[in] The name of an interface your class object derives from directly.
Remarks
Typically, this is the entry type you use most often.
For example:
BEGIN_COM_MAP(CThisExample)
COM_INTERFACE_ENTRY(IDispatch)
COM_INTERFACE_ENTRY(IBaseThisExample)
COM_INTERFACE_ENTRY(ISupportErrorInfo)
END_COM_MAP()
See COM_INTERFACE_ENTRY Macros for remarks about COM map entries.