IDropTargetImpl::OnDragEnter

virtual DWORD IDropTargetImpl::OnDragEnter(IDataObject *pDataObj, DWORD grfKeyState, POINT pt)

Notification of drag enter

Defined in: DropTarget.h

Return Value

Returns the drop effect

Parameters

*pDataObj

Pointer to a data object

grfKeyState

Flag indicating key state

pt

current point

Comments

OnDragOver does nothing-- you need to override this