msinkaut.idl: Add stub IInkCollector interface

John Klehm xixsimplicityxix at gmail.com
Fri Aug 24 03:08:03 CDT 2007


This patch adds the uuids for the InkCollector interface.

-John Klehm
-------------- next part --------------
From 7c0dc7f0dc8622119a954ab0bfbc8b51006731fa Mon Sep 17 00:00:00 2001
From: John Klehm <xixsimplicityxix at gmail.com>
Date: Fri, 24 Aug 2007 01:40:28 -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..d2f53eb 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
  */
 
+cpp_quote("#include <ole2.h> /* msinkaut.h depends on ole2.h */");
 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