ReactOS 0.4.16-dev-122-g325d74c
|
Public Types | |
typedef IEnumConnectionPoints * | PENUMCONNECTIONPOINTS |
typedef IEnumConnectionPoints * | LPENUMCONNECTIONPOINTS |
Public Types inherited from IUnknown | |
typedef IUnknown * | LPUNKNOWN |
Public Member Functions | |
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) |
Public Member Functions inherited from IUnknown | |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
HRESULT IEnumConnectionPoints::Clone | ( | [out] IEnumConnectionPoints ** | ppEnum | ) |
Implemented in anonymous_namespace{mstscax.cpp}::CEnumConnectionPoints, and SEALED_::CEnumConnectionPoints.
Referenced by anonymous_namespace{mstscax.cpp}::CEnumConnectionPoints::Clone().
HRESULT IEnumConnectionPoints::Next | ( | [in] ULONG | cConnections, |
[out, size_is(cConnections), length_is(*pcFetched)] LPCONNECTIONPOINT * | ppCP, | ||
[out] ULONG * | pcFetched | ||
) |
Implemented in anonymous_namespace{mstscax.cpp}::CEnumConnectionPoints.
Referenced by anonymous_namespace{mstscax.cpp}::CEnumConnectionPoints::Next().
HRESULT IEnumConnectionPoints::RemoteNext | ( | [in] ULONG | cConnections, |
[out, size_is(cConnections), length_is(*pcFetched)] LPCONNECTIONPOINT * | ppCP, | ||
[out] ULONG * | pcFetched | ||
) |
HRESULT IEnumConnectionPoints::Reset | ( | ) |
Implemented in SEALED_::CEnumConnectionPoints, and anonymous_namespace{mstscax.cpp}::CEnumConnectionPoints.
Referenced by anonymous_namespace{mstscax.cpp}::CEnumConnectionPoints::Reset().
Implemented in anonymous_namespace{mstscax.cpp}::CEnumConnectionPoints, and SEALED_::CEnumConnectionPoints.
Referenced by anonymous_namespace{mstscax.cpp}::CEnumConnectionPoints::Skip().