|
ReactOS 0.4.16-dev-1946-g52006dd
|


Public Member Functions | |
| HRESULT | Activate ([out] TfClientId *ptid) |
| HRESULT | Deactivate () |
| HRESULT | CreateDocumentMgr ([out] ITfDocumentMgr **ppdim) |
| HRESULT | EnumDocumentMgrs ([out] IEnumTfDocumentMgrs **ppEnum) |
| HRESULT | GetFocus ([out] ITfDocumentMgr **ppdimFocus) |
| HRESULT | SetFocus ([in] ITfDocumentMgr *pdimFocus) |
| HRESULT | AssociateFocus ([in] HWND hwnd, [in, unique] ITfDocumentMgr *pdimNew, [out] ITfDocumentMgr **ppdimPrev) |
| HRESULT | IsThreadFocus ([out] BOOL *pfThreadFocus) |
| HRESULT | GetFunctionProvider ([in] REFCLSID clsid, [out] ITfFunctionProvider **ppFuncProv) |
| HRESULT | EnumFunctionProviders ([out] IEnumTfFunctionProviders **ppEnum) |
| HRESULT | GetGlobalCompartment ([out] ITfCompartmentMgr **ppCompMgr) |
Public Member Functions inherited from IUnknown | |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| ULONG | AddRef () |
| ULONG | Release () |
Additional Inherited Members | |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
| HRESULT ITfThreadMgr::Activate | ( | [out] TfClientId * | ptid | ) |
| HRESULT ITfThreadMgr::AssociateFocus | ( | [in] HWND | hwnd, |
| [in, unique] ITfDocumentMgr * | pdimNew, | ||
| [out] ITfDocumentMgr ** | ppdimPrev | ||
| ) |
| HRESULT ITfThreadMgr::CreateDocumentMgr | ( | [out] ITfDocumentMgr ** | ppdim | ) |
| HRESULT ITfThreadMgr::Deactivate | ( | ) |
Implemented in CThreadMgr.
| HRESULT ITfThreadMgr::EnumDocumentMgrs | ( | [out] IEnumTfDocumentMgrs ** | ppEnum | ) |
| HRESULT ITfThreadMgr::EnumFunctionProviders | ( | [out] IEnumTfFunctionProviders ** | ppEnum | ) |
| HRESULT ITfThreadMgr::GetFocus | ( | [out] ITfDocumentMgr ** | ppdimFocus | ) |
| HRESULT ITfThreadMgr::GetFunctionProvider | ( | [in] REFCLSID | clsid, |
| [out] ITfFunctionProvider ** | ppFuncProv | ||
| ) |
| HRESULT ITfThreadMgr::GetGlobalCompartment | ( | [out] ITfCompartmentMgr ** | ppCompMgr | ) |
| HRESULT ITfThreadMgr::SetFocus | ( | [in] ITfDocumentMgr * | pdimFocus | ) |