ReactOS
0.4.15-dev-5606-gf34e425
|
Public Member Functions | |
CEnumConnectionPoints (IConnectionPoint *cp) | |
CEnumConnectionPoints (const CEnumConnectionPoints &ecp) | |
~CEnumConnectionPoints () | |
virtual STDMETHODIMP | QueryInterface (REFIID riid, void **ppvObject) |
virtual | STDMETHODIMP_ (ULONG) AddRef() |
virtual | STDMETHODIMP_ (ULONG) Release() |
virtual STDMETHODIMP | Next (ULONG cConnections, LPCONNECTIONPOINT *ppCP, ULONG *pcFetched) |
virtual STDMETHODIMP | Skip (ULONG cConnections) |
virtual STDMETHODIMP | Reset () |
virtual STDMETHODIMP | Clone (IEnumConnectionPoints **ppEnum) |
![]() | |
HRESULT | Next ([in] ULONG cConnections, [out, size_is(cConnections), length_is(*pcFetched)] LPCONNECTIONPOINT *ppCP, [out] ULONG *pcFetched) |
HRESULT | RemoteNext ([in] ULONG cConnections, [out, size_is(cConnections), length_is(*pcFetched)] LPCONNECTIONPOINT *ppCP, [out] ULONG *pcFetched) |
![]() | |
ULONG | AddRef () |
ULONG | Release () |
Private Attributes | |
LONG | m_refCount |
IConnectionPoint * | m_cp |
bool | m_done |
Additional Inherited Members | |
![]() | |
typedef IEnumConnectionPoints * | PENUMCONNECTIONPOINTS |
typedef IEnumConnectionPoints * | LPENUMCONNECTIONPOINTS |
![]() | |
typedef IUnknown * | LPUNKNOWN |
Definition at line 4064 of file activex.cpp.
|
inline |
Definition at line 4072 of file activex.cpp.
|
inline |
Definition at line 4078 of file activex.cpp.
|
inline |
Definition at line 4084 of file activex.cpp.
|
inlinevirtual |
Implements IEnumConnectionPoints.
Definition at line 4154 of file activex.cpp.
|
inlinevirtual |
Definition at line 4119 of file activex.cpp.
|
inlinevirtual |
Implements IUnknown.
Definition at line 4090 of file activex.cpp.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Definition at line 4104 of file activex.cpp.
|
inlinevirtual |
Definition at line 4109 of file activex.cpp.
|
private |
Definition at line 4068 of file activex.cpp.
|
private |
Definition at line 4069 of file activex.cpp.
|
private |
Definition at line 4067 of file activex.cpp.