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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIDnDDrag.cpp78 UIDnDDropSource *pDropSource = new UIDnDDropSource(m_pParent); local
94 HRESULT hr = ::DoDragDrop(pDataObject, pDropSource,
99 if (pDropSource)
100 pDropSource->Release();
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnD.cpp419 AssertPtr(startupInfo.pDropSource);
421 HRESULT hr = DoDragDrop(startupInfo.pDataObject, startupInfo.pDropSource,
444 startupInfo.pDropSource->Release();
800 startupInfo.pDropSource = new VBoxDnDDropSource(this);
844 && startupInfo.pDropSource)
845 uActionNotify = startupInfo.pDropSource->GetCurrentAction();
H A DVBoxDnD.h255 VBoxDnDDropSource *pDropSource; member in struct:VBOXDNDSTARTUPINFO

Completed in 1238 milliseconds