Commit 3cf42843 authored by Aric Stewart's avatar Aric Stewart Committed by Alexandre Julliard

msctf: Define ITfTextInputProcessor. Implemented by the Text Services.

parent f723e4ca
......@@ -471,3 +471,18 @@ interface IEnumTfLanguageProfiles : IUnknown
HRESULT Skip(
[in] ULONG ulCount);
};
[
object,
local,
uuid(aa80e7f7-2021-11d2-93e0-0060b067b86e),
pointer_default(unique)
]
interface ITfTextInputProcessor : IUnknown
{
HRESULT Activate(
[in] ITfThreadMgr *ptim,
[in] TfClientId tid);
HRESULT Deactivate();
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment