ReactOS 0.4.16-dev-401-g45b008d
|
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 | ||
) |
HRESULT ITfDocumentMgr::EnumContexts | ( | [out] IEnumTfContexts ** | ppEnum | ) |
HRESULT ITfDocumentMgr::GetBase | ( | [out] ITfContext ** | ppic | ) |
HRESULT ITfDocumentMgr::GetTop | ( | [out] ITfContext ** | ppic | ) |
Referenced by CicInputContext::DestroyInputContext().
HRESULT ITfDocumentMgr::Push | ( | [in] ITfContext * | pic | ) |