|
| 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) |
|
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 () |
|
Definition at line 4064 of file activex.cpp.
◆ CEnumConnectionPoints() [1/2]
◆ CEnumConnectionPoints() [2/2]
◆ ~CEnumConnectionPoints()
SEALED_::CEnumConnectionPoints::~CEnumConnectionPoints |
( |
| ) |
|
|
inline |
◆ Clone()
◆ Next()
Definition at line 4119 of file activex.cpp.
4120 {
4121 if(cConnections == 0 ||
m_done)
4123
4127 *pcFetched = 1;
4128
4130 }
◆ QueryInterface()
Implements IUnknown.
Definition at line 4090 of file activex.cpp.
4091 {
4093 {
4096 }
4097 else
4098 {
4101 }
4102 }
const GUID IID_IEnumConnectionPoints
_In_ void _In_ PCCERT_CONTEXT _In_opt_ LPFILETIME _In_ DWORD _In_ DWORD _Outptr_opt_ void ** ppvObject
◆ Reset()
◆ Skip()
◆ STDMETHODIMP_() [1/2]
virtual SEALED_::CEnumConnectionPoints::STDMETHODIMP_ |
( |
ULONG |
| ) |
|
|
inlinevirtual |
Definition at line 4104 of file activex.cpp.
4105 {
4107 }
#define InterlockedIncrement
◆ STDMETHODIMP_() [2/2]
virtual SEALED_::CEnumConnectionPoints::STDMETHODIMP_ |
( |
ULONG |
| ) |
|
|
inlinevirtual |
Definition at line 4109 of file activex.cpp.
4110 {
4112
4114 delete this;
4115
4117 }
#define InterlockedDecrement
◆ m_cp
◆ m_done
bool SEALED_::CEnumConnectionPoints::m_done |
|
private |
◆ m_refCount
LONG SEALED_::CEnumConnectionPoints::m_refCount |
|
private |
The documentation for this class was generated from the following file:
- modules/rosapps/applications/net/tsclient/porting-tools/rdesktop-core-tester/activex.cpp