int = DragOver(grfKeyState, pt
, pdwEffect
)
Called as the dragged object moves over the window
Parameters
grfKeyState : 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 at the current position