Does it make sense that __event __interface may still only use dispinterface defined in this module and not imported? #import “libid:…” no_namespace raw_interfaces_only raw_dispinterfaces [ coclass, event_source(com), default(IFoo, _FooEvents), … ] class ATL_NO_VTABLE CFoo : public IFoo { public: __event __interface _FooEvents; // Imported using #import … OK, in Visual Studio .NET 2002 the attribute…