ReactOS 0.4.16-dev-1438-g4866a25
|
#include <documentmgr.h>
Public Member Functions | |
CEnumTfContext (_In_opt_ CDocumentMgr *mgr) | |
virtual | ~CEnumTfContext () |
STDMETHODIMP | QueryInterface (REFIID iid, LPVOID *ppvObject) override |
STDMETHODIMP_ (ULONG) AddRef() override | |
STDMETHODIMP_ (ULONG) Release() override | |
STDMETHODIMP | Next (ULONG ulCount, ITfContext **rgContext, ULONG *pcFetched) override |
STDMETHODIMP | Skip (ULONG celt) override |
STDMETHODIMP | Reset () override |
STDMETHODIMP | Clone (IEnumTfContexts **ppenum) override |
HRESULT | Clone ([out] IEnumTfContexts **ppEnum) |
HRESULT | Next ([in] ULONG ulCount, [out, size_is(ulCount), length_is(*pcFetched)] ITfContext **rgContext, [out] ULONG *pcFetched) |
HRESULT | Reset () |
HRESULT | Skip ([in] ULONG ulCount) |
![]() | |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
Static Public Member Functions | |
static HRESULT | CreateInstance (_In_opt_ CDocumentMgr *mgr, _Out_ IEnumTfContexts **ppOut) |
Protected Attributes | |
LONG | m_cRefs |
DWORD | m_index |
CDocumentMgr * | m_pDocMgr |
Additional Inherited Members | |
![]() | |
typedef IUnknown * | LPUNKNOWN |
Definition at line 62 of file documentmgr.h.
CEnumTfContext::CEnumTfContext | ( | _In_opt_ CDocumentMgr * | mgr | ) |
|
virtual |
Definition at line 321 of file documentmgr.cpp.
|
override |
Implements IEnumTfContexts.
Definition at line 427 of file documentmgr.cpp.
|
static |
Definition at line 330 of file documentmgr.cpp.
Referenced by EnumTfContext_Constructor().
|
override |
Implements IEnumTfContexts.
Definition at line 384 of file documentmgr.cpp.
|
override |
Definition at line 350 of file documentmgr.cpp.
|
override |
Implements IEnumTfContexts.
Definition at line 420 of file documentmgr.cpp.
|
override |
Implements IEnumTfContexts.
Definition at line 413 of file documentmgr.cpp.
|
override |
|
override |
|
protected |
Definition at line 83 of file documentmgr.h.
|
protected |
|
protected |
Definition at line 85 of file documentmgr.h.
Referenced by Clone(), Next(), and ~CEnumTfContext().