Commit 6181466b authored by Aric Stewart's avatar Aric Stewart Committed by Alexandre Julliard

msctf: Define ITfThreadFocusSink.

parent 515c1377
......@@ -1344,3 +1344,16 @@ interface ITfSourceSingle : IUnknown
[in] TfClientId tid,
[in] REFIID riid);
};
[
object,
local,
uuid(c0f1db0c-3a20-405c-a303-96b6010a885f),
pointer_default(unique)
]
interface ITfThreadFocusSink : IUnknown
{
HRESULT OnSetThreadFocus();
HRESULT OnKillThreadFocus();
};
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