Searched defs:VBoxDnDDropSource (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnDDropSource.cpp34 VBoxDnDDropSource::VBoxDnDDropSource(VBoxDnDWnd *pParent) function in class:VBoxDnDDropSource
46 VBoxDnDDropSource::~VBoxDnDDropSource(void)
57 STDMETHODIMP_(ULONG) VBoxDnDDropSource::AddRef(void)
62 STDMETHODIMP_(ULONG) VBoxDnDDropSource::Release(void)
74 STDMETHODIMP VBoxDnDDropSource::QueryInterface(REFIID iid, void **ppvObject)
100 STDMETHODIMP VBoxDnDDropSource::QueryContinueDrag(BOOL fEscapePressed, DWORD dwKeyState)
134 STDMETHODIMP VBoxDnDDropSource::GiveFeedback(DWORD dwEffect)
H A DVBoxDnD.h99 class VBoxDnDDropSource : public IDropSource class in inherits:IDropSource
103 VBoxDnDDropSource(VBoxDnDWnd *pThis);
104 virtual ~VBoxDnDDropSource(void);
255 VBoxDnDDropSource *pDropSource;

Completed in 44 milliseconds