mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[PSDK] Update oleidl.idl. CORE-10912
svn path=/trunk/; revision=70981
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user