|
ReactOS 0.4.16-dev-1946-g52006dd
|


Public Member Functions | |
| CConnectionPointContainer (IConnectionPointContainer *pIConnectionPointContainer) | |
| ~CConnectionPointContainer () | |
| virtual HRESULT STDMETHODCALLTYPE | QueryInterface (REFIID riid, void **ppvObject) |
| virtual ULONG STDMETHODCALLTYPE | AddRef (void) |
| virtual ULONG STDMETHODCALLTYPE | Release (void) |
| virtual HRESULT STDMETHODCALLTYPE | EnumConnectionPoints (IEnumConnectionPoints **ppEnum) |
| virtual HRESULT STDMETHODCALLTYPE | FindConnectionPoint (REFIID riid, IConnectionPoint **ppCP) |
| HRESULT | EnumConnectionPoints ([out] IEnumConnectionPoints **ppEnum) |
| HRESULT | FindConnectionPoint ([in] REFIID riid, [out] IConnectionPoint **ppCP) |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| ULONG | AddRef () |
| ULONG | Release () |
Private Attributes | |
| LONG | m_refCount |
| IConnectionPointContainer * | m_IConnectionPointContainer |
Additional Inherited Members | |
Public Types inherited from IConnectionPointContainer | |
| typedef IConnectionPointContainer * | PCONNECTIONPOINTCONTAINER |
| typedef IConnectionPointContainer * | LPCONNECTIONPOINTCONTAINER |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
Definition at line 288 of file mstscax.cpp.
|
inline |
Definition at line 295 of file mstscax.cpp.
|
inline |
Definition at line 300 of file mstscax.cpp.
|
inlinevirtual |
|
inlinevirtual |
Implements IConnectionPointContainer.
Definition at line 335 of file mstscax.cpp.
|
inlinevirtual |
Implements IConnectionPointContainer.
Definition at line 347 of file mstscax.cpp.
|
inlinevirtual |
Implements IUnknown.
Definition at line 302 of file mstscax.cpp.
|
inlinevirtual |
Implements IUnknown.
Definition at line 325 of file mstscax.cpp.
|
private |
Definition at line 292 of file mstscax.cpp.
|
private |
Definition at line 291 of file mstscax.cpp.