int = DragEnter(pDataObj, grfKeyState
, pt
, pdwEffect
)
Called when an object is initially dragged into a window
Parameters
pDataObj : PyIDataObject
IDataObject interface that contains the object being draggedgrfKeyState : int
Combination of win32con.MK_* flags containing keyboard modifier statept : (int, int)
(x,y) Screen coordinates of cursorpdwEffect : int
shellcon.DROPEFFECT_* valueReturn Value
Your implementation of this function should return a shellcon.DROPEFFECT_* value indicating if the object can
be accepted