mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
msctf: Define ITfThreadFocusSink.
This commit is contained in:
parent
515c13774a
commit
6181466ba8
@ -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();
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user