|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <atlcom.h>
Public Member Functions | |
| STDMETHOD() | EnumConnectionPoints (IEnumConnectionPoints **ppEnum) |
| STDMETHOD() | FindConnectionPoint (REFIID riid, IConnectionPoint **ppCP) |
| HRESULT | EnumConnectionPoints ([out] IEnumConnectionPoints **ppEnum) |
| HRESULT | FindConnectionPoint ([in] REFIID riid, [out] IConnectionPoint **ppCP) |
Public Member Functions inherited from IUnknown | |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| ULONG | AddRef () |
| ULONG | Release () |
Private Types | |
| typedef const _ATL_CONNMAP_ENTRY *(* | handlerFunctionType) (int *) |
| typedef CComEnum< IEnumConnectionPoints, &IID_IEnumConnectionPoints, IConnectionPoint *, _CopyInterface< IConnectionPoint > > | CComEnumConnectionPoints |
Additional Inherited Members | |
Public Types inherited from IConnectionPointContainer | |
| typedef IConnectionPointContainer * | PCONNECTIONPOINTCONTAINER |
| typedef IConnectionPointContainer * | LPCONNECTIONPOINTCONTAINER |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
|
private |
|
private |
|
inline |
Implements IConnectionPointContainer.
Definition at line 1395 of file atlcom.h.
|
inline |
Implements IConnectionPointContainer.
Definition at line 1445 of file atlcom.h.