Searched refs:EventConnection (Results 1 – 1 of 1) sorted by relevance
94 struct EventConnection struct96 EventConnection(IConnectionPoint* connectionpoint, IUnknown* sink) in EventConnection() function102 template<typename T> EventConnection(T& connectionpoint, IUnknown* sink) in EventConnection() function120 ~EventConnection() in ~EventConnection() argument131 struct EventConnector : public EventConnection argument134 : EventConnection(ConnectionPoint<IConnectionPoint>( in EventConnector()