[PSDK] Update oleidl.idl. CORE-10912

svn path=/trunk/; revision=70981
This commit is contained in:
Amine Khaldi 2016-03-09 16:34:27 +00:00
parent 3a9620d0b4
commit 8a0062231b

View file

@ -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 );
}