Commit ccff353a authored by Matteo Bruni's avatar Matteo Bruni Committed by Alexandre Julliard

msctf: Add ITfThreadMgrEx stub.

parent 31c49c28
......@@ -214,6 +214,20 @@ interface ITfThreadMgr: IUnknown
[
object,
uuid(3e90ade3-7594-4cb0-bb58-69628f5f458c),
pointer_default(unique)
]
interface ITfThreadMgrEx : ITfThreadMgr
{
HRESULT ActivateEx(
[out] TfClientId *id,
[in] DWORD flags);
HRESULT GetActiveFlags(
[out] DWORD *flags);
}
[
object,
uuid(d7540241-f9a1-4364-befc-dbcd2c4395b7),
pointer_default(unique)
]
......
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