ReactOS 0.4.16-dev-112-g52265ae
|
Public Member Functions | |
CEnumConnectionPoints (IEnumConnectionPoints *pIEnumConnectionPoints) | |
~CEnumConnectionPoints () | |
virtual HRESULT STDMETHODCALLTYPE | QueryInterface (REFIID riid, void **ppvObject) |
virtual ULONG STDMETHODCALLTYPE | AddRef (void) |
virtual ULONG STDMETHODCALLTYPE | Release (void) |
virtual HRESULT STDMETHODCALLTYPE | Next (ULONG cConnections, LPCONNECTIONPOINT *ppCP, ULONG *pcFetched) |
virtual HRESULT STDMETHODCALLTYPE | Skip (ULONG cConnections) |
virtual HRESULT STDMETHODCALLTYPE | Reset (void) |
virtual HRESULT STDMETHODCALLTYPE | Clone (IEnumConnectionPoints **ppEnum) |
Public Member Functions inherited from IEnumConnectionPoints | |
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) |
HRESULT | Skip ([in] ULONG cConnections) |
HRESULT | Reset () |
HRESULT | Clone ([out] IEnumConnectionPoints **ppEnum) |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
Private Attributes | |
LONG | m_refCount |
IEnumConnectionPoints * | m_IEnumConnectionPoints |
Additional Inherited Members | |
Public Types inherited from IEnumConnectionPoints | |
typedef IEnumConnectionPoints * | PENUMCONNECTIONPOINTS |
typedef IEnumConnectionPoints * | LPENUMCONNECTIONPOINTS |
Public Types inherited from IUnknown | |
typedef IUnknown * | LPUNKNOWN |
Definition at line 360 of file mstscax.cpp.
|
inline |
Definition at line 367 of file mstscax.cpp.
|
inline |
Definition at line 372 of file mstscax.cpp.
|
inlinevirtual |
|
inlinevirtual |
Implements IEnumConnectionPoints.
Definition at line 435 of file mstscax.cpp.
|
inlinevirtual |
Implements IEnumConnectionPoints.
Definition at line 407 of file mstscax.cpp.
|
inlinevirtual |
Implements IUnknown.
Definition at line 374 of file mstscax.cpp.
|
inlinevirtual |
Implements IUnknown.
Definition at line 397 of file mstscax.cpp.
|
inlinevirtual |
Implements IEnumConnectionPoints.
Definition at line 427 of file mstscax.cpp.
|
inlinevirtual |
Implements IEnumConnectionPoints.
Definition at line 419 of file mstscax.cpp.
|
private |
Definition at line 364 of file mstscax.cpp.
|
private |
Definition at line 363 of file mstscax.cpp.