SECEditController::OnDragEnter

DROPEFFECT SECEditController::OnDragEnter(COleDataObject* pDataObject, DWORD dwKeyState, CPoint point)

Allows drop operations to occur in the SECEditCtrl window.

Defined in: SECEditController.cpp

Return Value

The effect that would result if a drop were attempted at the location specified by point.

Parameters

pDataObject

Points to the data object containing the data that can be dropped.

dwKeyState

Contains the state of the modifier keys. This is a combination of any number of the following: MK_CONTROL, MK_SHIFT, MK_ALT, MK_LBUTTON, MK_MBUTTON, and MK_RBUTTON.

point

Contains the current location of the cursor in client coordinates.

See Also

SECEditController SECEditCtrl SECEditCtrlOleDropTarget

OnDragOver OnDragLeave OnDrop