Revokes the registration of the specified application window as a potential target for OLE drag-and-drop operations.
WINOLEAPI RevokeDragDrop(
HWND hwnd |
//Handle to a window that can accept drops |
); |
Parameter
Return Values
This function supports the standard return value E_OUTOFMEMORY, as well as the following:
Remarks
When your application window is no longer available as a potential target for an OLE drag-and-drop operation, you must call RevokeDragDrop.
This function calls the IUnknown::Release method for your drop target interface.
See Also