Commit 8f6fde50 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

include: Add IDropSourceNotify.

parent 25aa26e8
......@@ -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 );
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment