int = Drop(pDataObj, grfKeyState
, pt
, dwEffect
)
Called when the object is dropped onto the window
Parameters
pDataObj : PyIDataObject
IDataObject interface containing the dropped objectgrfKeyState : int
Combination of win32con.MK_* flags containing keyboard modifier statept : (int, int)
(x,y) Screen coordinates of cursordwEffect : int
shellcon.DROPEFFECT_* valueReturn Value
Your implementation of this function should return one of the shellcon.DROPEFFECT_* values