Searched refs:resEffect (Results 1 – 1 of 1) sorted by relevance
390 DWORD resEffect = DROPEFFECT_NONE; in StartDragging() local396 HRESULT res = DoDragDrop(dataObject, dropSource, effect, &resEffect); in StartDragging()398 resEffect = DROPEFFECT_NONE; in StartDragging()401 return DropEffectToDragOperation(resEffect); in StartDragging()