Home
last modified time | relevance | path

Searched refs:EventConnection (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dwebchild.h94 struct EventConnection struct
96 EventConnection(IConnectionPoint* connectionpoint, IUnknown* sink) in EventConnection() function
102 template<typename T> EventConnection(T& connectionpoint, IUnknown* sink) in EventConnection() function
120 ~EventConnection() in ~EventConnection() argument
131 struct EventConnector : public EventConnection argument
134 : EventConnection(ConnectionPoint<IConnectionPoint>( in EventConnector()