PyIDropTarget.DragOver

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 state

pt : (int, int)

(x,y) Screen coordinates of cursor

pdwEffect : int

shellcon.DROPEFFECT_* value

Return Value

Your implementation of this function should return a shellcon.DROPEFFECT_* value indicating if the object can be accepted at the current position