ReactOS
0.4.15-dev-5606-gf34e425
|
Public Member Functions | |
CEnumConnections (IEnumConnections *pIEnumConnections) | |
~CEnumConnections () | |
virtual HRESULT STDMETHODCALLTYPE | QueryInterface (REFIID riid, void **ppvObject) |
virtual ULONG STDMETHODCALLTYPE | AddRef (void) |
virtual ULONG STDMETHODCALLTYPE | Release (void) |
virtual HRESULT STDMETHODCALLTYPE | Next (ULONG cConnections, LPCONNECTDATA pCD, ULONG *pcFetched) |
virtual HRESULT STDMETHODCALLTYPE | Skip (ULONG cConnections) |
virtual HRESULT STDMETHODCALLTYPE | Reset (void) |
virtual HRESULT STDMETHODCALLTYPE | Clone (IEnumConnections **ppEnum) |
![]() | |
HRESULT | RemoteNext ([in] ULONG cConnections, [out, size_is(cConnections), length_is(*pcFetched)] LPCONNECTDATA rgcd, [out] ULONG *pcFetched) |
Private Attributes | |
LONG | m_refCount |
IEnumConnections * | m_IEnumConnections |
Additional Inherited Members | |
![]() | |
typedef IEnumConnections * | PENUMCONNECTIONS |
typedef IEnumConnections * | LPENUMCONNECTIONS |
typedef struct IEnumConnections::tagCONNECTDATA | CONNECTDATA |
typedef struct IEnumConnections::tagCONNECTDATA * | PCONNECTDATA |
typedef struct IEnumConnections::tagCONNECTDATA * | LPCONNECTDATA |
![]() | |
typedef IUnknown * | LPUNKNOWN |
Definition at line 545 of file mstscax.cpp.
|
inline |
Definition at line 552 of file mstscax.cpp.
|
inline |
Definition at line 557 of file mstscax.cpp.
|
inlinevirtual |
Implements IUnknown.
Definition at line 577 of file mstscax.cpp.
|
inlinevirtual |
Implements IEnumConnections.
Definition at line 616 of file mstscax.cpp.
|
inlinevirtual |
Implements IEnumConnections.
Definition at line 592 of file mstscax.cpp.
|
inlinevirtual |
Implements IUnknown.
Definition at line 559 of file mstscax.cpp.
|
inlinevirtual |
Implements IUnknown.
Definition at line 582 of file mstscax.cpp.
|
inlinevirtual |
Implements IEnumConnections.
Definition at line 608 of file mstscax.cpp.
|
inlinevirtual |
Implements IEnumConnections.
Definition at line 600 of file mstscax.cpp.
|
private |
Definition at line 549 of file mstscax.cpp.
|
private |
Definition at line 548 of file mstscax.cpp.