Aric Stewart : msctf: Define ITfSourceSingle.

Alexandre Julliard julliard at winehq.org
Sat Aug 29 11:35:48 CDT 2009


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

Author: Aric Stewart <aric at codeweavers.com>
Date:   Fri Aug 28 14:07:54 2009 -0500

msctf: Define ITfSourceSingle.

---

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

diff --git a/include/msctf.idl b/include/msctf.idl
index bcd2587..204262f 100644
--- a/include/msctf.idl
+++ b/include/msctf.idl
@@ -1327,3 +1327,20 @@ interface IEnumTfDocumentMgrs : IUnknown
     HRESULT Skip(
         [in] ULONG ulCount);
 };
+
+[
+  object,
+  uuid(73131f9c-56a9-49dd-b0ee-d046633f7528),
+  pointer_default(unique)
+]
+interface ITfSourceSingle : IUnknown
+{
+    HRESULT AdviseSingleSink(
+        [in] TfClientId tid,
+        [in] REFIID riid,
+        [in, iid_is(riid)] IUnknown *punk);
+
+    HRESULT UnadviseSingleSink(
+        [in] TfClientId tid,
+        [in] REFIID riid);
+};




More information about the wine-cvs mailing list