Commit f61855ae authored by Aric Stewart's avatar Aric Stewart Committed by Alexandre Julliard

msctf: Define ITfEditSession implemented by TextServices.

parent d7f282f2
...@@ -713,3 +713,14 @@ interface ITfLanguageProfileNotifySink : IUnknown ...@@ -713,3 +713,14 @@ interface ITfLanguageProfileNotifySink : IUnknown
HRESULT OnLanguageChanged(); HRESULT OnLanguageChanged();
} }
[
object,
uuid(aa80e803-2021-11d2-93e0-0060b067b86e),
pointer_default(unique)
]
interface ITfEditSession : IUnknown
{
HRESULT DoEditSession(
[in] TfEditCookie ec);
}
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