Searched defs:QueryContinueDrag (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIDnDDropSource_win.cpp94 STDMETHODIMP UIDnDDropSource::QueryContinueDrag(BOOL fEscapePressed, DWORD dwKeyState) function in class:UIDnDDropSource
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnDDropSource.cpp100 STDMETHODIMP VBoxDnDDropSource::QueryContinueDrag(BOOL fEscapePressed, DWORD dwKeyState) function in class:VBoxDnDDropSource
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Doleidl.h3380 virtual HRESULT STDMETHODCALLTYPE QueryContinueDrag(
3405 HRESULT (STDMETHODCALLTYPE *QueryContinueDrag)( member in struct:IDropSourceVtbl
3426 #define IDropSource_QueryContinueDrag(This,fEscapePressed,grfKeyState) (This)->lpVtbl->QueryContinueDrag(This,fEscapePressed,grfKeyState)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Doleidl.h3380 virtual HRESULT STDMETHODCALLTYPE QueryContinueDrag(
3405 HRESULT (STDMETHODCALLTYPE *QueryContinueDrag)( member in struct:IDropSourceVtbl
3426 #define IDropSource_QueryContinueDrag(This,fEscapePressed,grfKeyState) (This)->lpVtbl->QueryContinueDrag(This,fEscapePressed,grfKeyState)

Completed in 63 milliseconds