PyIDropTarget.Drop

int = Drop(pDataObj, grfKeyState , pt , dwEffect )

Called when the object is dropped onto the window

Parameters

pDataObj : PyIDataObject

IDataObject interface containing the dropped object

grfKeyState : int

Combination of win32con.MK_* flags containing keyboard modifier state

pt : (int, int)

(x,y) Screen coordinates of cursor

dwEffect : int

shellcon.DROPEFFECT_* value

Return Value

Your implementation of this function should return one of the shellcon.DROPEFFECT_* values