Aric Stewart : msctf: Define ITfTextInputProcessor. Implemented by the Text Services.

Alexandre Julliard julliard at winehq.org
Wed Mar 25 10:31:31 CDT 2009


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

Author: Aric Stewart <aric at codeweavers.com>
Date:   Tue Mar 24 08:45:06 2009 -0500

msctf: Define ITfTextInputProcessor. Implemented by the Text Services.

---

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

diff --git a/include/msctf.idl b/include/msctf.idl
index 8411e5b..d9c9710 100644
--- a/include/msctf.idl
+++ b/include/msctf.idl
@@ -471,3 +471,18 @@ interface IEnumTfLanguageProfiles : IUnknown
     HRESULT Skip(
         [in] ULONG ulCount);
 };
+
+[
+  object,
+  local,
+  uuid(aa80e7f7-2021-11d2-93e0-0060b067b86e),
+  pointer_default(unique)
+]
+interface ITfTextInputProcessor : IUnknown
+{
+    HRESULT Activate(
+        [in] ITfThreadMgr *ptim,
+        [in] TfClientId tid);
+
+    HRESULT Deactivate();
+};




More information about the wine-cvs mailing list