Aric Stewart : msctf: Define ITfThreadFocusSink.

Alexandre Julliard julliard at winehq.org
Wed Sep 9 09:55:49 CDT 2009


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

Author: Aric Stewart <aric at codeweavers.com>
Date:   Tue Sep  8 10:30:20 2009 -0500

msctf: Define ITfThreadFocusSink.

---

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

diff --git a/include/msctf.idl b/include/msctf.idl
index 204262f..f78289b 100644
--- a/include/msctf.idl
+++ b/include/msctf.idl
@@ -1344,3 +1344,16 @@ interface ITfSourceSingle : IUnknown
         [in] TfClientId tid,
         [in] REFIID riid);
 };
+
+[
+  object,
+  local,
+  uuid(c0f1db0c-3a20-405c-a303-96b6010a885f),
+  pointer_default(unique)
+]
+interface ITfThreadFocusSink : IUnknown
+{
+    HRESULT OnSetThreadFocus();
+
+    HRESULT OnKillThreadFocus();
+};




More information about the wine-cvs mailing list