ReactOS 0.4.16-dev-401-g45b008d
|
Public Types | |
typedef IConnectionPoint * | PCONNECTIONPOINT |
typedef IConnectionPoint * | LPCONNECTIONPOINT |
Public Types inherited from IUnknown | |
typedef IUnknown * | LPUNKNOWN |
Public Member Functions | |
HRESULT | GetConnectionInterface ([out] IID *pIID) |
HRESULT | GetConnectionPointContainer ([out] IConnectionPointContainer **ppCPC) |
HRESULT | Advise ([in] IUnknown *pUnkSink, [out] DWORD *pdwCookie) |
HRESULT | Unadvise ([in] DWORD dwCookie) |
HRESULT | EnumConnections ([out] IEnumConnections **ppEnum) |
Public Member Functions inherited from IUnknown | |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
Implemented in anonymous_namespace{mstscax.cpp}::CConnectionPoint, and SEALED_.
Referenced by anonymous_namespace{mstscax.cpp}::CConnectionPoint::Advise(), and EventConnection::EventConnection().
HRESULT IConnectionPoint::EnumConnections | ( | [out] IEnumConnections ** | ppEnum | ) |
Implemented in anonymous_namespace{mstscax.cpp}::CConnectionPoint, and SEALED_.
Referenced by anonymous_namespace{mstscax.cpp}::CConnectionPoint::EnumConnections().
HRESULT IConnectionPoint::GetConnectionPointContainer | ( | [out] IConnectionPointContainer ** | ppCPC | ) |
Implemented in anonymous_namespace{mstscax.cpp}::CConnectionPoint, and SEALED_.
Referenced by anonymous_namespace{mstscax.cpp}::CConnectionPoint::GetConnectionPointContainer().
Implemented in anonymous_namespace{mstscax.cpp}::CConnectionPoint, and SEALED_.
Referenced by anonymous_namespace{mstscax.cpp}::CConnectionPoint::Unadvise(), and EventConnection::~EventConnection().