Commit 531c2b39 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

msctf.idl: Added ITfActiveLanguageProfileNotifySink declaration.

parent 28a1eaed
......@@ -738,6 +738,19 @@ interface ITfContextOwnerCompositionSink : IUnknown
};
[
object,
uuid(b246cb75-a93e-4652-bf8c-b3fe0cfd7e57),
pointer_default(unique)
]
interface ITfActiveLanguageProfileNotifySink : IUnknown
{
HRESULT OnActivated(
[in] REFCLSID clsid,
[in] REFGUID guidProfile,
[in] BOOL fActivated);
}
[
object,
uuid(3d61bf11-ac5f-42c8-a4cb-931bcc28c744),
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