msctf: Define ITfEditSession implemented by TextServices.

oldstable
Aric Stewart 2009-05-15 14:09:44 -05:00 committed by Alexandre Julliard
parent d7f282f241
commit f61855ae22
1 changed files with 11 additions and 0 deletions

View File

@ -713,3 +713,14 @@ interface ITfLanguageProfileNotifySink : IUnknown
HRESULT OnLanguageChanged();
}
[
object,
uuid(aa80e803-2021-11d2-93e0-0060b067b86e),
pointer_default(unique)
]
interface ITfEditSession : IUnknown
{
HRESULT DoEditSession(
[in] TfEditCookie ec);
}