Aric Stewart : msctf: Define ITfEditSession implemented by TextServices.

Alexandre Julliard julliard at winehq.org
Mon May 18 08:13:17 CDT 2009


Module: wine
Branch: master
Commit: f61855ae2208ca0f63db82196fc04504edf93d0b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f61855ae2208ca0f63db82196fc04504edf93d0b

Author: Aric Stewart <aric at codeweavers.com>
Date:   Fri May 15 14:09:44 2009 -0500

msctf: Define ITfEditSession implemented by TextServices.

---

 include/msctf.idl |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/include/msctf.idl b/include/msctf.idl
index 40853ee..91b11c3 100644
--- a/include/msctf.idl
+++ b/include/msctf.idl
@@ -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);
+}




More information about the wine-cvs mailing list