msinkaut.idl: Add stub IInkCollector interface

John Klehm xixsimplicityxix at gmail.com
Sat Aug 25 00:51:10 CDT 2007


This is actually the same patch as before its just commited sooner in
the series to facilitate the new fancy regsvr.c which is coming next
of course.

-John Klehm
-------------- next part --------------
From 84f187025fd8f5a02d85dcd07f13fe473f27a54f Mon Sep 17 00:00:00 2001
From: John Klehm <xixsimplicityxix at gmail.com>
Date: Fri, 24 Aug 2007 20:39:51 -0500
Subject: msinkaut.idl: Add stub IInkCollector interface

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

diff --git a/include/msinkaut.idl b/include/msinkaut.idl
index f0eac27..7612e9b 100644
--- a/include/msinkaut.idl
+++ b/include/msinkaut.idl
@@ -15,6 +15,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
+import "oaidl.idl";
 import "ocidl.idl";
 
 [
@@ -26,4 +27,21 @@ library MSINKAUTLib
     importlib("stdole2.tlb");
 
     typedef float single;
+
+    [
+        odl,
+        uuid(F0F060B5-8B1F-4A7C-89EC-880692588A4F),
+        dual,
+        oleautomation
+    ]
+    interface IInkCollector : IDispatch {
+    };
+
+    [
+        uuid(43FB1553-AD74-4EE8-88E4-3E6DAAC915DB)
+    ]
+    coclass InkCollector {
+        [default] interface IInkCollector;
+        [default, source] dispinterface _IInkCollectorEvents;
+    };
 };
-- 
1.5.1.6



More information about the wine-patches mailing list