SECEditController::OnDrop
BOOLSECEditController::OnDrop(COleDataObject*pDataObject, DROPEFFECTdropEffect, CPointpoint)
Called when a drop operation is to occur.
Defined in: SECEditController.cpp
Return Value
Nonzero if the drop is successful; otherwise 0.
Parameters
pDataObject
Points to the data object that contains the data to be dropped.
dropEffect
The effect that the user chose for the drop operation. It can be one of the following:
DROPEFFECT_COPY A copy operation would be performed. DROPEFFECT_MOVE A move operation would be performed.
point
Contains the location of the cursor, in pixels, relative to the screen.
See Also