Searched refs:effectiveAction (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/ole/
H A Ddroptgt.cpp111 DWORD effectiveAction; local
113 effectiveAction = flags & MK_SHIFT ? DROPEFFECT_MOVE : DROPEFFECT_COPY;
115 effectiveAction = flags & MK_CONTROL ? DROPEFFECT_COPY : DROPEFFECT_MOVE;
117 if ( !(effectiveAction & pdwEffect) )
122 effectiveAction = DROPEFFECT_MOVE;
124 effectiveAction = DROPEFFECT_COPY;
126 effectiveAction = DROPEFFECT_LINK;
128 effectiveAction = DROPEFFECT_NONE;
131 return effectiveAction;

Completed in 109 milliseconds