IDropTargetHelper
public HRESULT DragEnter(HWND hwndTarget, IDataObject* pDataObject, Point* ppt, DROPEFFECT dwEffect)
Notifies the drag-image manager that the drop target's IDropTarget::DragEnter method has been called.
Notifies the drag-image manager that the drop target's IDropTarget::DragLeave method has been called.
Notifies the drag-image manager that the drop target's IDropTarget::DragOver method has been called.
Notifies the drag-image manager that the drop target's IDropTarget::Drop method has been called.
Notifies the drag-image manager to show or hide the drag image.