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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIDnDDropSource_win.cpp135 if (dwEffect & DROPEFFECT_COPY)
H A DUIDnDDrag.cpp85 dwOKEffects |= DROPEFFECT_COPY;
H A DUIDnDDataObject_win.cpp281 *pdwEffect = DROPEFFECT_COPY;
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnDDropSource.cpp143 if (dwEffect & DROPEFFECT_COPY)
H A DVBoxDnDDropTarget.cpp553 dwEffect = dwAllowedEffects & DROPEFFECT_COPY;
563 if (dwAllowedEffects & DROPEFFECT_COPY)
564 dwEffect = DROPEFFECT_COPY;
H A DVBoxDnDDataObject.cpp275 *pdwEffect = DROPEFFECT_COPY;
H A DVBoxDnD.cpp793 startupInfo.dwOKEffects |= DROPEFFECT_COPY;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Doleidl.idl939 const DWORD DROPEFFECT_COPY = 1;
H A Doleidl.h3463 #define DROPEFFECT_COPY (1) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Doleidl.idl939 const DWORD DROPEFFECT_COPY = 1;
H A Doleidl.h3463 #define DROPEFFECT_COPY (1) macro

Completed in 96 milliseconds