|
ReactOS 0.4.16-dev-1948-gd260c1d
|


Public Member Functions | |
| HRESULT | CreateContext ([in] TfClientId tidOwner, [in] DWORD dwFlags, [in, unique] IUnknown *punk, [out] ITfContext **ppic, [out] TfEditCookie *pecTextStore) |
| HRESULT | Push ([in] ITfContext *pic) |
| HRESULT | Pop ([in] DWORD dwFlags) |
| HRESULT | GetTop ([out] ITfContext **ppic) |
| HRESULT | GetBase ([out] ITfContext **ppic) |
| HRESULT | EnumContexts ([out] IEnumTfContexts **ppEnum) |
Public Member Functions inherited from IUnknown | |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| ULONG | AddRef () |
| ULONG | Release () |
Public Attributes | |
| const DWORD | TF_POPF_ALL = 0x0001 |
Additional Inherited Members | |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
| HRESULT ITfDocumentMgr::CreateContext | ( | [in] TfClientId | tidOwner, |
| [in] DWORD | dwFlags, | ||
| [in, unique] IUnknown * | punk, | ||
| [out] ITfContext ** | ppic, | ||
| [out] TfEditCookie * | pecTextStore | ||
| ) |
Implemented in CDocumentMgr.
| HRESULT ITfDocumentMgr::EnumContexts | ( | [out] IEnumTfContexts ** | ppEnum | ) |
Implemented in CDocumentMgr.
| HRESULT ITfDocumentMgr::GetBase | ( | [out] ITfContext ** | ppic | ) |
Implemented in CDocumentMgr.
| HRESULT ITfDocumentMgr::GetTop | ( | [out] ITfContext ** | ppic | ) |
Implemented in CDocumentMgr.
Implemented in CDocumentMgr.
Referenced by CicInputContext::DestroyInputContext().
| HRESULT ITfDocumentMgr::Push | ( | [in] ITfContext * | pic | ) |
Implemented in CDocumentMgr.
Definition at line 281 of file msctf.idl.
Referenced by CDocumentMgr::Pop().