include: Add IDropSourceNotify.

Huw Davies huw at codeweavers.com
Wed Jan 27 07:31:47 CST 2016


Signed-off-by: Huw Davies <huw at codeweavers.com>
---
 include/oleidl.idl | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/include/oleidl.idl b/include/oleidl.idl
index 74962ff..9a9d466 100644
--- a/include/oleidl.idl
+++ b/include/oleidl.idl
@@ -956,3 +956,18 @@ interface IDropTarget : IUnknown
         [in] POINTL pt,
         [in, out] DWORD *pdwEffect);
 }
+
+/*****************************************************************************
+ * IDropSourceNotify interface
+ */
+[
+    object,
+    uuid(0000012b-0000-0000-c000-000000000046),
+    pointer_default(unique),
+    local
+]
+interface IDropSourceNotify : IUnknown
+{
+    HRESULT DragTargetEnter( [in] HWND hwnd );
+    HRESULT DragTargetLeave( void );
+}
-- 
2.7.0




More information about the wine-patches mailing list