ReactOS 0.4.15-dev-7961-gdcf9eb0
IEnumConnectionPoints Interface Reference
Inheritance diagram for IEnumConnectionPoints:
Collaboration diagram for IEnumConnectionPoints:

Public Types

typedef IEnumConnectionPointsPENUMCONNECTIONPOINTS
 
typedef IEnumConnectionPointsLPENUMCONNECTIONPOINTS
 
- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 

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 ()
 

Detailed Description

Definition at line 688 of file ocidl.idl.

Member Typedef Documentation

◆ LPENUMCONNECTIONPOINTS

◆ PENUMCONNECTIONPOINTS

Member Function Documentation

◆ Clone()

◆ Next()

HRESULT IEnumConnectionPoints::Next ( [in] ULONG  cConnections,
[out, size_is(cConnections), length_is(*pcFetched)] LPCONNECTIONPOINT *  ppCP,
[out] ULONG pcFetched 
)

◆ RemoteNext()

HRESULT IEnumConnectionPoints::RemoteNext ( [in] ULONG  cConnections,
[out, size_is(cConnections), length_is(*pcFetched)] LPCONNECTIONPOINT *  ppCP,
[out] ULONG pcFetched 
)

◆ Reset()

◆ Skip()


The documentation for this interface was generated from the following file: